Set PL/I Processing Options panel

You use the Set PL/I Processing Options panel to customize how FM/Db2 compiles PL/I copybooks to generate FM/Db2 templates.

These options are saved in your ISPF profile and persist from one FM/Db2 session to the next.

Panel and field definitions

  Process   Options   Utilities   Help
 ──────────────────────────────────────────────────────────────────────────────
 FM/Db2 (DFG2)            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      F7=Backward  F8=Forward   F9=Swap
 F12=Cancel
Additional SYSLIB data sets
Any additional SYSLIB data sets to be used in the compilation of PL/I copybooks.
PL/I Compiler Options
These options determine how FM/Db2 compiles PL/I copybooks to generate FM/Db2 templates.
Additional SYSLIB data sets
The names of data sets to be searched if your copybooks contain references to other PL/I copybooks.
GRAPHIC
Select this option if the copybook contains DBCS or mixed data.
UNALIGNED
Select this option if fields are not aligned on full-word boundaries.
63 bit binary
Select this option if you require support for 63 bit binary numbers. The PL/I compiler option LIMITS(FIXEDBIN(63)) is used when you select this option.
31 digit decimal
Select this option if you require support for 31 digit decimal numbers. The PL/I compiler option LIMITS(FIXEDDEC(31)) is used when you select this option.
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 ensure that the syntax is correct and that any additional data sets required by these options are allocated before invoking File Manager.
For details on the effects of using these options, see the IBM VisualAge PL/I for OS/390 Programming Guide.
Maximum Return Code
Sets the maximum warning/error code accepted from the compiler when compiling a copybook. Any code higher than specified causes FM/Db2 to display a pop-up panel, in which you can review the compilation and decide about future processing.

Parent panels

Child panels

None.

Related tasks