Local mode IDMSRPTS (z/OS)
//RPTS EXEC PGM=IDMSRPTS,REGION=256K //STEPLIB DD DSN=idms.dba.loadlib,DISP=SHR // DD DSN=idms.custom.loadlib,DISP=SHR // DD DSN=idms.cagjload,DISP=SHR //sysjrnl DD DSN=idms.tapejrnl,DISP=SHR //dictdb DD DSN=idms.dictdb,DISP=SHR //SYSOUT DD SYSOUT=A //SYSLST DD SYSOUT=A //SYSIDMS DD * DICTNAME=dictionary-name DICTNODE=node-name This is optional Insert other SYSIDMS parameters as appropriate //SYSIPT DD * Insert utility statements /*
Note: Additional file assignments might be needed for the user catalog and the system dictionary depending on your security implementation.
|
idms.dba.loadlib |
Data set name of the load library containing the DMCL and database name table load modules |
|
idms.custom.loadlib |
Data set name of the CA IDMS/DB load library containing customized load modules |
|
idms.cagjload |
Data set name of the CA IDMS/DB load library containing vanilla load modules |
|
sysjrnl |
DDname of the tape journal file |
|
idms.tapejrnl |
Data set name of the tape journal file |
|
dictdb |
DDname of the data dictionary file |
|
idms.dictdb |
Data set name of the data dictionary file |
|
dictionary-name |
Name of the dictionary against which the reports are to be produced |
|
nodename |
Name of the DC/UCF system where dictionary-name resides |
Central version
To execute IDMSRPTS under the central version, modify the JCL shown previously as follows:
//SYSCTL DD DSN=idms.sysctl,DISP=SHR
|
sysctl |
DDname of the SYSCTL file |
|
idms.sysctl |
Data set name of the SYSCTL file |
Note: An IDMSOPTI module link edited with IDMSRPTS can be used in place of or in addition to the SYSCTL file.
|
Copyright © 2014 CA.
All rights reserved.
|
|