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

Figure 1. Set PL/I Processing Options
 Process   Options   Help
────────────────────────────────────────────────────────────────────────────────
 File Manager             Set PL/I Processing Options

 Additional SYSLIB data sets:
 1.  _____________________________________________
 2.  _____________________________________________
 3.  _____________________________________________
 4.  _____________________________________________
 5.  _____________________________________________
 6.  _____________________________________________
 7.  ____________________________________________
 8.  _____________________________________________
 9.  _____________________________________________
 10. _____________________________________________

PL/I Compiler Options for Copybooks:

   Enter "/" to select option
   _  GRAPHIC                             _ UNALIGNED
   _  63 bit binary                       _ 31 digit decimal
   Additional options _______________________________________________________
   Maximum Return Code to be accepted from compiler  04  (0-99)

Command ===>__________________________________________________________________
 F1=Help      F2=Split     F3=Exit      F4=CRetriev  F7=Backward  F8=Forward
 F9=Swap     F10=Actions  F12=Cancel
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.

Related tasks and examples