Previous Topic: CA IDMS VSAM Transparency initialization— z/OSNext Topic: Step 2: Bring Up the DC/UCF System


CA IDMS VSAM Transparency initialization— z/VSE

Startup Procedure

For z/VSE, the CA IDMS VSAM Transparency command interface startup program may be in any private library. CASAUTIL must be run prior to the startup program.

To initiate the CA IDMS VSAM Transparency system in z/VSE, execute the job stream shown below:

ESVSINIT (z/VSE)

// DLBL   idmslib,'idms.lib'
// EXTENT ,xxxxxx
// LIBDEF PHASE, SEARCH=idmslib.sublib
// ASSGN  SYSLST, PRINTER
// ASSGN  SYSRDR, READER
// EXEC   ESVSINIT
START
END
/*
/&

idmslib

Filename of the CA IDMS Library

idms.lib

File-id of the CA IDMS Library

xxxxxx

Volume serial number of disk unit

Note that parameters specified as input to ESVSINIT must start in column 1.

Return Messages

For a startup that proceeds normally, the CA IDMS VSAM Transparency command interface will return the following messages:

    ES227107:  VSAM/T INITIALIZATION STARTED
ES227101:  VSAM/T ACTIVE
               VSAM/T ACTIVE, ENTER REPLY

A complete list of CA IDMS VSAM Transparency command interface messages for the z/VSE environment is presented in Appendix D, CA IDMS VSAM Transparency Return Codes and Messages.