The first step in the ARF database transportability process is to extract ARFSETs from the database. See the following JCL example for this step:
//JOBNAME JOB ACCOUNTING INFO,PROGRAMMER,CLASS=A,MSGCLASS=A //* //JS10 EXEC PGM=SASSDT70,PARM='REPORT,ALLSETS' //STEPLIB DD DISP=SHR,DSN=cai.CAL2LOAD //* //CA7ARFDB DD DISP=SHR,DSN=CAI.CA7.ARF //ARFREPT DD SYSOUT=* //DT70ADDS DD DSN=USER.DT70ADD, // DISP=(NEW,CATLG,DELETE), // UNIT=SYSDA, // SPACE=(TRK,(1,1),RLSE), // DCB=(RECFM=FB,LRECL=80,BLKSIZE=4000) //SYSIN DD DUMMY
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|