Previous Topic: IDMSRPTSNext Topic: IDMSRSTT


IDMSRSTC

Local mode IDMSRSTC (z/OS)

//RSTC     EXEC PGM=IDMSRSTC,REGION=512K
//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
//SYSLST   DD  SYSOUT=A
//SYSPCH   DD  SYSOUT=B
//SYSIDMS  DD  *

DICTNAME=dictionary-name
DICTNODE=node-name

Insert other SYSIDMS parameters as appropriate

//SYSIPT   DD  *
IDMSRSTC input parameters

/*

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 containing the schemas identified in the SCHEMA statement

nodename

Name of the DC/UCF system where dictionary-name resides

Central version

To execute IDMSRSTC 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

Note: An IDMSOPTI module link edited with IDMSRSTC can be used in place of or in addition to the SYSCTL file.