Previous Topic: Utility ProgramsNext Topic: IDMSDIRL


IDMSDBAN

IDMSDBAN (CMS)

FILEDEF userdb DISK user userdb b (RECFM F LRECL pppp BLKSIZE pppp XTENT nnnn

Additional database file assignments, as required

FILEDEF SYS002 TAP1 SL VOLID nnnnnn (RECFM VB LRECL 512 BLKSIZE 9000
FILEDEF SYSOUT PRINTER
FILEDEF SYSLST PRINTER
FILEDEF SYSIDMS DISK sysidms input a
FILEDEF SYSIPT DISK dban input a
GLOBAL LOADLIB idmslib dbalib
GLOBAL LOADLIB idmslib
OSRUN IDMSDBN1

FILEDEF SYS001 TAP1 SL VOLID nnnnnn (RECFM VB LRECL 512 BLKSIZE 9000
FILEDEF SYS002 DISK chain work a3, (RECFM VB LRECL 512 BLKSIZE 9000
FILEDEF SYSOUT PRINTER
FILEDEF SYSLST PRINTER
FILEDEF SYSIDMS DISK sysidms input a
GLOBAL LOADLIB idmslib dbalib
GLOBAL LOADLIB idmslib
OSRUN IDMSDBN2

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

userdb

DDname of the user database file

user userdb b

File identifier of the user database file

pppp

Page size of the user database file

nnnn

Number of pages in the user database file

nnnnnn

Volume serial number of the chain file generated by IDMSDBN1

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

dban input a

File identifier of the file containing IDMSDBAN 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 containing the subschema and DMCL load modules

chain work a3

File identifier of the intermediate chain file used by IDMSDBN2

Note: IDMSDBAN requires the presence of an external sort package (other than the CMS SORT command) that can be loaded dynamically.