Previous Topic: CONVERT CATALOGNext Topic: EXPAND PAGE


CONVERT PAGE

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

//userdb   DD         DSN=user.userdb,DISP=SHR

Additional database file DD statements as needed.

//newdb    DD         DSN=user.newdb,DISP=SHR

Additional new converted database file DD statements as needed.

userdb

DDname of the input database file

user.userdb

Data set name of the input database file

newdb

DDname of the output converted database file

user.newdb

Data set name of the output converted database file