Previous Topic: Customizing IMBSMJ01Next Topic: Explanation of EXEC Statements in IMBSMJ02 Procedure


IMBSMJ01 (z/OS)

//SAMPLE   EXEC   IMBSMJ01
//                PRT='SYSOUT=A',
//                UNIT=disk,
//                LIB='imbs.loadlib',
//                IDMSLIB='idms.loadlib',
//                COBLIB='coblib',
//                COBSTEP='cob.steplib',
//                PGSIZE=2496,
//                DISP=CATLG,
//                BASE='data.direct',
//                IMBSBILL='imbs013',
//                IMBSWORK='IMBSWORK',
//                SRCLIB='imbs.srclib',
//                IDMSSRC='yourHLQ.CAGJMAC',
//                VOL='VOL=SER=nnnnnn,'
//                SYSCTLDS='idms.sysctl',
//                IDMSDMCL='cvdmcl',
//                MSGDD='dcmsg',
//                MSGDSN='idms.ddldcmsg',
//                DDLDD='sysddl',
//                DDLDSN='idms.sysddl',
//                DICTNAME='appldict',

Parameter

Description

disk

Symbolic device name for data dictionary and database files

imbs.loadlib

Dataset name of CA IDMS/DBOMP Transparency load library if a load library was allocated in optional ALLOC step of INSTALL procedure; or dataset name of CA IDMS load library if CA IDMS DBOMP Transparency load library was not allocated

idms.loadlib

Dataset name of CA IDMS load library

coblib

Dataset name of COBOL library

cob.steplib

Dataset name of COBOL step library

data.direct

Dataset name of data dictionary; may be a sample or user directory

IMBSBILL

Dataset name of sample CA IDMS database file

IMBSWORK

Dataset name of sample CA IDMS database file

imbs.srclib

Dataset name of CA IDMS DBOMP Transparency source library if a source library was allocated in optional ALLOC step of INSTALL procedure; or dataset name of CA IDMS source library if CA IDMS DBOMP Transparency source library was not allocated

yourHLQ.CAGJMAC

Dataset name of CA IDMS macro library

nnnnnn

Volume serial number of disk where data dictionary and sample CA IDMS database files are stored

idms.sysctl

Dataset name of IDMS SYSCTL file for running CV

cvdmcl

Name of the DMCL that IDMS uses, for CV or local

dcmsg

The ddname or IDMS message area

idms.ddldcmsg

Dataset name of the IDMS message area, for CV and local jobs

ddldd

The ddname of the IDMS dictionary

idms.sysddl

Dataset name of the IDMS dictionary

appldict

Dictionary to be used