Previous Topic: The OPSEXEC and OPSCOMP LibrariesNext Topic: Allocate the OPSEXEC DDname


Allocate the OPSCOMP DDname

The OPSCOMP ddname contains the output of the compile process. When you compile an OPS/REXX program using either the OICOMP or OXCOMP command, CA OPS/MVS saves the compiled version of the program as a member in the data set you have allocated to the OPSCOMP ddname. Because the OPSCOMP ddname is an output data set, it must be a single data set rather than a concatenation. This rule conforms to standard z/OS restrictions on output data sets.

To allocate the OPSCOMP data set, use either the JCL or the TSO ALLOC command shown here:

In the previous examples, user.compile.library is the name of the data set that is to store the output of the compile process. Different user.compile.library data sets can be in use at different times.

Follow these guidelines when allocating OPSCOMP: