Previous Topic: PRINT LOGNext Topic: PRINT SPACE


PRINT PAGE

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 PAGE 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