Previous Topic: CONVERT PAGENext Topic: EXTRACT JOURNAL


EXPAND PAGE

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

//userdb   DD  DSN=user.userdb,DISP=OLD
Additional existing database file assignments, as required
//xfile    DD  DSN=user.xbase,DISP=(NEW,CATLG),UNIT=disk,
//             VOL=SER=nnnnnn,SPACE=(expanded-database-size)

Additional expanded database file assignments, as required

userdb

DDname of the existing database file (as specified by the FILE parameter)

user.userdb

Data set name of the existing database file

xfile

DDname of the expanded database file (as specified by the INTO parameter)

user.xbase

Data set name of the expanded database file

disk

Symbolic device name of the expanded database file

nnnnnn

Volume serial number of the expanded database file

expanded-database-size

Space allocation for the expanded database file