Last week there was a thread that discussed copying USS files in batch mode. 
One of the examples posted was:
>
>//OSHELL   JOB CLASS=A,MSGCLASS=A
>//UNIXIVP  EXEC PGM=IKJEFT1B,DYNAMNBR=20
>//SYSPROC  DD  DISP=SHR,DSN=SYS1.CLIST
>//SYSTSIN  DD  DATA,DLM=$$
> oshell cp -p /service1/ABC* /service2/testdir/
>$$
>//SYSTSPRT DD SYSOUT=*
>//SYSOUT   DD SYSOUT=*
>//SYSPRINT DD SYSOUT=*
>//SYSIN    DD DUMMY
>//


My question is what is the proper method to continue a command across input 
lines when hhe command itself exceeds the physical length of the input

If I specify
 oshell cp -p /usr/lpp/cics_test/utill/  
/usr/lpp/cics_prod/utill/ 


How do I properly continue the copy statement when it wraps the length of the 
80 position input ?

Is there a continuation character ?


Paul D'Angelo 
*********************************************

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

Reply via email to