First possibility is command " COPY MEMBERS 1 TO 6 OF /NAME_OF_LAYE " NAME_OF_LAYE is laye from u want to copy. And u need stay at laye where u want to copy. Problem is u need to have all glabs / slabs in single laye.
Second options is for example this
VAR 1 NAME
do !X values !!CDLIST1
$!X
VAR 2 NAME
$V1
new glab copy $V2
enddo
Just put that code into file, create list/collections of glabs u want, then stand on laye where u want to put it in and put that file onto command line (NOT in that action line in list/collection)
- - - Updated - - -
And here, with this u can put glabs, slabs into single list.
VAR 1 NAME
do !X values !!CDLIST1
$!X
VAR 2 NAME
VAR 3 TYPE
$V1
new $V3 copy $V2
enddo