I guess that what You want is:

"NEWSTACK"
V1 = "COPY1 COPY INDD=INDD1,OUTDD=OUTDD1"
V2 = "S M=DBOK62"
V3 = "S M=DP13"
V4 = "S M=LAND1CPY"
V5 = "S M=SSTDN"
V6 = "S M=TRAY2LN"
Queue V1 
Queue V2
Queue V3
Queue V4
Queue V5
Queue V6
"EXECIO" queued() "DISKW SYSIN (FINIS"
"DELSTACK"
"TSOEXEC IEBCOPY"


 
Regards, 
Thomas Berg 
_________________________________________ 
Thomas Berg   Specialist   A M   SWEDBANK 


> -----Ursprungligt meddelande-----
> Från: IBM Mainframe Discussion List [mailto:[email protected]] För
> Hansen, Dave L - Eagan, MN
> Skickat: den 15 februari 2012 21:08
> Till: [email protected]
> Ämne: REXX IEBCOPY Continuation?
> 
> Group,
> 
>   I have a REXX EXEC:
> 
> "NEWSTACK"
> V1 = "COPY1 COPY INDD=INDD1,OUTDD=OUTDD1"
> V2 = "S M=(DBOK62,DP13,LAND1CPY,SSTDN,TRAY2LND)"
> queue V1 '+' V2
> "EXECIO" queued() "DISKW SYSIN (FINIS"
> "DELSTACK"
> "TSOEXEC IEBCOPY"
> 
>  It gets an error:
>  FCO105I COPY1 COPY INDD=INDD1,OUTDD=OUTDD1 + S
> M=(DBOK62,DP13,LAND1CPY,SSTDN,TR
> AY2LND)
>  FCO411A INVALID CONTINUATION
> 
> 
> 
>  I tried to stack both records
>    Queue V1
>    Queue v2
> 
>  It gets an error when the second record is read - Undefined command or
> keyword.
> 
> 
> Q). These are PDSE datasets.  Can IEBCOPY be continued in REXX?
> Q). Is ISPF Library Managemnet my other solution to copy select members?
> 
> 
>       Thanks in advance,  Dave
> 
> 
> Dave Hansen
> Eagan Software Systems Branch
> 651-406-1208
> [email protected]
> 
> 
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to