Previous Topic: PRINT PAGENext Topic: PUNCH


PRINT SPACE

DD statements for the batch command facility (z/OS)

//userdb1   DD  DSN=user.userdb1,DISP=SHR
//userdb2   DD  DSN=user.userdb2,DISP=SHR

Additional database file assignments, as required

userdb1

DDname of the first database file

user.userdb1

Data set name of the first database file

userdb2

DDname of the second database file

user.userdb2

Data set name of the second database file

Central version

To execute PRINT SPACE FOR AREA or PRINT SPACE FOR SEGMENT under the central version, modify the JCL shown previously as follows:

sysctl

DDname of the SYSCTL file

idms.sysctl

Data set name of the SYSCTL file

PRINT TRACE

The CA IDMS installation media contains the following sample JCL (intended for demonstration purposes only):