Set PL/I Processing Options panel (option 0.5.4)
The PL/I Processing Options panel controls various options used by the PL/I compiler to generate templates from your PL/I copybooks.
Panel and field definitions
- Additional SYSLIB data sets
- A concatenation of up to 10 SYSLIB data sets may be entered, these data sets are searched in the order specified for COPY members for the compilation.
- PL/I Compiler Options for Copybooks
- Compiler options to be used when compiling a
PL/I
copybook into a template:
- GRAPHIC
- If selected, use the GRAPHIC compiler option. Otherwise, use NOGRAPHIC.
- 63 bit binary
- If selected, use the LIMITS(FIXEDBIN(63)) compiler option. Otherwise, use LIMITS(FIXEDBIN(31)).
- UNALIGNED
- If selected, use the DEFAULT RANGE(*) UNALIGNED; language statement to change the default alignment.
- 31 digit decimal
- If selected, use the LIMITS(FIXEDDEC(31)) compiler option. Otherwise, use LIMITS(FIXEDDEC(15)).
- Additional options
- Additional PL/I compiler options which are added via the *PROCESS statement when a PL/I compile is run to build or update template. These options are validated during the compile process. To avoid compile errors please ensure the syntax is correct and that any additional data sets required by these options are allocated prior to invoking File Manager.
- Maximum Return Code
- Sets the maximum warning/error code accepted from the compiler, when compiling a copybook. Any code higher than specified causes File Manager to display a pop-up panel, in which you can review the compilation and decide about future processing.
Parent panels
Child panels
- None.
Equivalent functions
- None.