Dave,
 
Usually you need to queue a null line as the last line in the stack..

Scott J Ford
Software Engineer
http://www.identityforge.com
 
 

________________________________
 From: "Hansen, Dave L - Eagan, MN" <[email protected]>
To: [email protected] 
Sent: Wednesday, February 15, 2012 3:33 PM
Subject: Re: REXX IEBCOPY Continuation?
  
Still no luck:

FCO105I COPY1 COPY INDD=INDD1,OUTDD=OUTDD1
FCO105I SELECT MEMBER=DBOK62
FCO411A UNIDENTIFIED COMMAND OR KEYWORD

"NEWSTACK"
V1 = "COPY1 COPY INDD=INDD1,OUTDD=OUTDD1"
V2 = "SELECT MEMBER=DBOK62"
V3 = "SELECT MEMBER=DP13"
V4 = "SELECT MEMBER=LAND1CPY"
V5 = "SELECT MEMBER=SSTDN"
V6 = "SELECT MEMBER=TRAY2LND"
QUEUE V1
QUEUE V2
QUEUE V3
QUEUE V4
QUEUE V5
QUEUE V6
"EXECIO" queued() "DISKW SYSIN (FINIS"
"DELSTACK"
"TSOEXEC IEBCOPY"

Also got:
FCO105I COPY1 COPY INDD=INDD1,OUTDD=OUTDD1
FCO105I S M=DBOK62
FCO411A UNIDENTIFIED COMMAND OR KEYWORD



Dave Hansen 
Eagan Software Systems Branch 
651-406-1208 
[email protected] 




-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of 
Thomas Berg
Sent: Wednesday, February 15, 2012 2:18 PM
To: [email protected]
Subject: SV: REXX IEBCOPY Continuation?

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

----------------------------------------------------------------------
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