Previous Topic: Utility ProgramsNext Topic: IDMSDIRL


IDMSDBAN

IDMSDBAN (z/VSE)

// DLBL   idmslib,'idms.library'
// EXTENT SYSnnn,nnnnnn,,,ssss,tttt
// ASSGN  SYSnnn,DISK,VOL=vvvvvv,SHR
// LIBDEF *,SEARCH=CA IDMS libraries
// EXEC PROC=IDMSLBLS
// DLBL   userdb,'user.userdb',,DA
// EXTENT SYSnnn,nnnnnn
// ASSGN  SYSnnn,DISK,VOL=nnnnnn,SHR

Additional database file assignments, as required

// TLBL   SYS002,'chain.file',,nnnnnn,,f
// ASSGN  SYS002,x'cuu'
// EXEC   IDMSDBN1

Insert SYSIDMS parameters, as required

/*

IDMSDBAN input parameters

// ASSGN  SYS004,x'cuu'
// EXTENT SYS004

Additional sort work file assignments, as required

// TLBL   SYS001,'chain.file',,nnnnnn,,f
// ASSGN  SYS001,x'cuu'
// TLBL   SYSnnn,'output.work',,nnnnnn,,f
// ASSGN  SYSnnn,x'cuu'
// TLBL   SYSnnn,'input.work',,nnnnnn,,f
// ASSGN  SYSnnn,SYS002
// EXEC   IDMSDBN2

Insert SYSIDMS parameters, as required

/*

IDMSLBLS

Name of the procedure provided at installation containing the file definitions for CA IDMS dictionaries, databases, and SYSIDMS parameter file.

Note: For a complete listing of IDMSLBLS, see "IDMSLBLS Procedure" later in this section.

idmslib

Dtfname of the CA IDMS library

idms.library

Data set name of CA IDMS libraries, as established during installation

SYSnnn

Logical unit of the volume for which the extent is effective

nnnnnn

Volume serial identifier of appropriate disk volume

ssss

Starting track (CKD) or block (FBA) of disk extent

tttt

Number of tracks

vvvvvv

Volume serial number

CA IDMS libraries

The CA IDMS libraries, as established during installation

SYSIDMS

Filename of the SYSIDMS parameter file

Note: For a complete listing of the SYSIDMS parameter file, see the CA IDMS Common Facilities Guide.

userdb

Filename of the user database file

user.userdb

File-ID of the user database file

chain.file

File-ID of the chain file generated by IDMSDBN1

SYS004

Logical unit assignment of the sort work file

cuu

Physical device assignment of the sort work file

output.work

Output file-ID of the intermediate chain file used by IDMSDBN2

input.work

Input file-ID of the intermediate chain file used by IDMSDBN2