Previous Topic: IDMSLOOKNext Topic: IDMSRSTC


IDMSRPTS

Local mode IDMSRPTS (CMS)

FILEDEF sysjrnl TAP1 SL VOLID nnnnnn (RECFM VB LRECL lll BLKSIZE bbbb
FILEDEF dictdb DISK idms dictdb f (RECFM F LRECL pppp BLKSIZE pppp XTENT nnnn
FILEDEF SYSOUT PRINTER
FILEDEF SYSLST PRINTER
FILEDEF SYSIDMS DISK sysidms input a
FILEDEF SYSIPT DISK rpts input a
GLOBAL LOADLIB idmslib dbalib
GLOBAL LOADLIB idmslib
OSRUN IDMSRPTS

Important! Additional file assignments might be needed for the user catalog and the system dictionary.

sysjrnl

DDname of the tape journal file, as defined in the DMCL module

nnnnnn

Volume serial number of the tape journal file

lll

Record length of the tape journal file

bbbb

Block size of the tape journal file, as defined in the DMCL module

dictdb

DDname of the data dictionary file

idms dictdb f

File identifier of the data dictionary file

pppp

Page size of the data dictionary file

nnnn

Number of pages in the data dictionary file

SYSIDMS

DDname of the parameter file provided by CA IDMS to specify runtime directives and operating system-dependent parameters.

Note: For more information about the SYSIDMS parameter file, see the CA IDMS Common Facilities Guide.

sysidms input a

File identifier of the file containing SYSIDMS parameters, if applicable

rpts input a

File identifier of the file containing the IDMSRPTS input parameters

dbalib

Filename of the load library containing the DMCL and database name table load modules

idmslib

Filename of the CA IDMS/DB load library

Central version

To execute IDMSRPTS under the central version, modify the CMS commands shown previously, as follows:

Note: For more information about the SYSIDMS parameter file, see the CA IDMS Common Facilities Guide.