DD statements for the batch command facility (z/OS)
//ddlcat DD DSN=ucat.ddlcat,DISP=OLD //ddlcatx DD DSN=ucat.ddlcatx,DISP=OLD //j1jrnl DD DSN=tape.j1jrnl,(NEW,disp) Additional journal file assignments, as required.
|
ddlcat |
DDname of the database file containing the DDLCAT area of the dictionary to be converted |
|
ucat.ddlcat |
Data set name of the database file containing the DDLCAT area of the dictionary to be converted |
|
ddlcatx |
DDname of the database file containing the DDLCATX area of the dictionary to be converted |
|
ucat.ddlcatx |
Data set name of the database file containing the DDLCATX area of the dictionary to be converted |
|
j1jrnl |
DDname of the first journal file, as defined in the DMCL |
|
tape.j1jrnl |
Data set name of the first journal file |
|
disp |
Disposition of the first journal file |
Central version
To execute CONVERT CATALOG under the central version, modify the previous JCL as follows:
//SYSCTL DD DSN=idms.sysctl,DISP=SHR
|
sysctl |
DDname of the SYSCTL file |
|
idms.sysctl |
Data set name of the SYSCTL file |
|
Copyright © 2014 CA.
All rights reserved.
|
|