MODCRTOPT

Valid only with the CRTCMOD and CRTCPPMOD commands. Specifies the options to use when the *MODULE object is created. You can specify these options in any order, separated by spaces. When an option is specified more than once, or when two options conflict, the last one specified is used.

Read syntax diagramSkip visual syntax diagramMODCRTOPT Syntax:
 
|--+--------------------------------------+---------------------|
   |            (1)   .-*NOKEEPILDTA-.    |
   '-MODCRTOPT(-------+--------------+--)-'
                      '-*KEEPILDTA---'
 

Notes:
  1. Create Module command only

*NOKEEPILDTA
Default setting. Intermediate language data is not stored with the *MODULE object.
*KEEPILDTA
Intermediate language data is stored with the *MODULE object.


[ Top of Page | Previous Page | Next Page | Contents | Index ]