Binder Manual (G06.24+, H06.03+)

Binder Input and Output
Binder Manual528613-003
5-10
Target File Attributes
PEP Explicitly specifies a larger size for the PEP table. By
default, Binder allocates the minimum amount of space
needed for the number of entry points in the object file.
PFS Specifies the size of the Process File Segment. The PFS
can be from 64 to 512 pages.
RUNNAMED Specifies that the object file must be run as a named
processes. The operating system assigns a name if a
name is not specified at process creation. The default is
OFF.
SAVEABEND Determines whether the Inspect symbolic debugger
creates a save file if the process terminates abnormally
during execution. Binder verifies that Inspect is ON if
SAVEABEND is ON. The SAVEABEND default is OFF.
The operating system creates the save file in the same
volume and subvolume as the program and assigns it a
name in the format of ZZSA nnnn. This file contains
information on the process environment at the point of
termination including:
Names of all open files
A copy of the data space at the time the process
terminated
Name of the process and a timestamp for the time of
termination
STACK Specifies the amount of stack space to allocate for local
storage. Binder adds this parameter value to the amount
of space required for all data blocks, then allocates the
total amount of data space.
Note that you can use only one of DATA, STACK, or
EXTENDSTACK to override the default amount of data
space allocated by Binder.
SUBTYPE Sets the value of process subtype for the target file. The
default value is 0.
SYMBOLS Specifies whether Binder retains the symbol tables of
blocks on the include lists, in the target file’s Inspect
region. (When you use the SYMBOLS compiler directive,
Binder includes a symbol table in the object file.)
SYMBOLS ON is the default and specifies that Binder
retains the tables in
the object file.
Table 5-2. Target File Attributes (page 2 of 3)
Attribute Description