DCLPRCOPT

155 Views


Declare Processing Options (DCLPRCOPT)

With the Declare Processing Options (DCLPRCOPT) command, you can set many of the same create option parameters that are on the CL compiler commands.

The CL compiler commands include Create CL Program (CRTCLPGM), Create CL Module (CRTCLMOD), and Create Bound CL Program (CRTBNDCL).

/* Setting options for compilation of this program  */
             DCLPRCOPT  DFTACTGRP(*NO) ACTGRP(QILE) 

Post Comments