In this example, a sequential copy of the master index for database VIEW.SYSTEM1 is printed.
//EXAMPLE6 JOB ACCOUNT,PROGRAMMER //STEP1 EXEC PGM=SARDBASE //STEPLIB DD DSN=CAI.CVDELOAD,DISP=SHR //SYSPRINT DD SYSOUT=* //SARIOUT DD DSN=USER.DATA SET,DISP=(,CATLG), // UNIT=SYSDA,SPACE=(CYL,(1,1)) //SYSIN DD * NAME VIEW.SYSTEM1 IDXOUT /*
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|