You must modify the defaults shown in the EXEC IMBSMJ02 statement (the last JCL statement) in the IMBSMJ02 procedure. The following JCL shows the exec IMBSMJ02. Change the items shown in italics to suit your installation requirements.
//SAMPLE EXEC IMBSMJ02 // PRT='SYSOUT=A', // UNIT=disk, // LIB='imbs.loadlib', // IDMSLIB='idms.loadlib', // IDMSSRC='yourHLQ.CAGJMAC', // COBLIB='coblib', // COBSTEP='cob.steplib', // BASE='data.direct', // IMBSBILL='imbs013', // IMBSWORK='IMBSWORK', // SRCLIB='imbs.srclib',
|
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 |
|
yourHLQ.CAGJMAC |
Dataset name of CA IDMS macro 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/DB source library was not allocated |
|
Copyright © 2013 CA.
All rights reserved.
|
|