Like this with the + sign: oshell cp -p /usr/lpp/cics_test/utill/ + /usr/lpp/cics_prod/utill/ _________________________________________________________________ Dave Jousma Assistant Vice President, Mainframe Engineering [email protected] 1830 East Paris, Grand Rapids, MIĀ 49546 MD RSCB2H p 616.653.8429 f 616.653.2717
-----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of [email protected] Sent: Monday, August 19, 2013 8:17 PM To: [email protected] Subject: USS Continuation (Was Coptying Unix Files) 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 This e-mail transmission contains information that is confidential and may be privileged. It is intended only for the addressee(s) named above. If you receive this e-mail in error, please do not read, copy or disseminate it in any manner. If you are not the intended recipient, any disclosure, copying, distribution or use of the contents of this information is prohibited. Please reply to the message immediately by informing the sender that the message was misdirected. After replying, please erase it from your computer system. Your assistance in correcting this error is appreciated. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
