Page History
...
When recompiling processes that use the usage HEAVY option (refer to 4.4.1 Specify the New Function's Details for more details), it may be necessary for any user of the process to sign off and sign on again to actually release all the locks held on the process.
This complication most commonly presents a problem in the following situation:
...
Refer to Submit This Job? in Common Input Options.
Job Name
Refer to to Job Name.
Job Description
Refer to to Job Description.
Job Queue
Refer to to Job Queue.
Output Queue
Refer to to Output Queue.
Compile the Process as well as Functions below?
...
If RPG/400 Code Is Being Compiled
No Format nopanel true YES Use the optimize option. NO Do not use the optimize option.
If RPG/IV Code Is Being Compiled
No Format nopanel true YES Use the OPTIMIZE(*FULL) parameter. NO Use the OPTIMIZE(*NONE) parameter.
Ignore Decimal Data Errors in Programs?
Specifies how decimal data errors should be dealt with in the compiled RPG program that results from the "function control commands".
...
If RPG/400 Code Is Being Compiled
No Format nopanel true YES Use the IGNDECERR(*YES) parameter. NO Use the IGNDECERR(*NO) parameter.
If RPG/IV Code Is Being Compiled
No Format nopanel true YES Use the FIXNBR(*ZONED) parameter. NO Use the FIXNBR(*NONE) parameter.
...
Mandatory fields. Default value is determined from the system definition data area. Refer to The System Definition Data Area Overview. Allowable values are:
| No Format | ||
|---|---|---|
| ||
YES/YES Allow functions to be used in DEBUG mode/Do not remove program observability. NO/NO Do not allow functions to be used in DEBUG mode/ Remove program observability. NO/YES Do not allow functions to be used in DEBUG mode/Do not remove program observability. YES /NO Allow functions to be used in DEBUG mode/Remove program observability. |
Dump Code Generator Work Areas?
...
Mandatory field. Default value is NO. Allowable values are:
| No Format | ||
|---|---|---|
| ||
NO Do not dump code generator work areas. YES Dump code generator work areas. |
...
Mandatory field. Default value is determined from the partition definition. Allowable values are:
| No Format | ||
|---|---|---|
| ||
NO Do not produce Documentor details. YES Produce Documentor details. |
...
Mandatory field. Default value is YES. Allowable values are :
| No Format | ||
|---|---|---|
| ||
YES Generate HTML pages for each DISPLAY/REQUEST/POP_UP command in each function that is compiled. NO Do not generate HTML pages for each DISPLAY/REQUEST/POP_UP command in each function that is compiled. This value should be used with caution. It is generally only used when changes to the function have not included modification of any DISPLAY/REQUEST/POP_UP command. This allows HTML pages that have been modified using an HTML editor to be preserved. |
...
| No Format | ||
|---|---|---|
| ||
NO Do not generate JavaScript function calls for input numeric fields for each function being compiled. YesYES Generate JavaScript function calls for input numeric fields for each function being compiled. |
...