Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
      nopaneltrue
      YES	Use the optimize option.
      NO	Do not use the optimize option.
    • If RPG/IV Code Is Being Compiled

      No Format
      nopaneltrue
      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
    nopaneltrue
    YES	Use the IGNDECERR(*YES) parameter.
    NO	Use the IGNDECERR(*NO) parameter.
  • If RPG/IV Code Is Being Compiled

    No Format
    nopaneltrue
    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
nopaneltrue
	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
nopaneltrue
	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
nopaneltrue
	NO	Do not produce Documentor details.
	YES	Produce Documentor details.

...

Mandatory field. Default value is YES. Allowable values are :

No Format
nopaneltrue
	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
nopaneltrue
	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.

...