Previous Topic: Storing and Accessing CA Culprit CodeNext Topic: Storing and Acessing Parameters Under z/OS


Overview

Parameters copied by copied code parameters must be stored in a library prior to run time and must be made available to the precompile phase at execution. This appendix includes the information necessary to store the code, and the z/OS, z/VSE, and z/VM JCL statements necessary to access the stored code.

The stored parameters must be in card-image format and must be copied from one of the following sources: library library

Libraries Searched

The library that is searched for the named member is specified on the PROFILE parameter with the PARMLIB= keyword expression. The PROFILE parameter must appear before the first USE parameter, =COPY statement, or =MACRO statement in order to access the library. Otherwise, the parameters are copied from the library selected as the default for PARMLIB at installation.

Note: For details on establishing installation defaults, see the CA IDMS installation guide for your operating system.

Storing and accessing parameters under z/OS, z/VSE, and z/VM, is discussed separately below.

More information:

Copied Code Parameters

PROFILE Parameter