Previous Topic: RMOIFMAP - Index File Mapping UtilityNext Topic: RMOJCL - Automatic Database Construction From JCL


Sample JCL

To run RMOIFMAP, specify the following JCL:

//...	JOB...
//STEP1	EXEC PGM=RMOIFMAP,PARM='DELIVER.SYSTEM1'
//STEPLIB	DD DISP=SHR,DSN=CAI.CVDELOAD
//SYSPRINT	DD SYSOUT=*

where:

DELIVER.SYSTEM1 is the high-level name of your database

CAI.CVDELOAD is the name of the load library that contains the RMOIFMAP program

If this library is link-listed, you can omit the STEPLIB DD statement.

The data written to SYSPRINT is the information that CA Technical Support needs to resolve your issue.