-SETFPMAP [ MPE Segmenter Reference Manual ] MPE/iX 5.0 Documentation
MPE Segmenter Reference Manual
-SETFPMAP
Allows you to set or clear the System and the Job/Session FPMAP flags.
Setting either of these flags allows you to generate FPMAP information
without having to modify your existing Segmenter job or command files.
SYNTAX
{SYSTEM} [;{CONDITION } ] }
-SETFPMAP [ {UNCONDITION} ][; {;ON } ] set
{SESSION } {;OFF}
PARAMETERS
SYSTEM Sets the system-wide FPMAP flag and initializes the
job/session flag at logon. You must have System Manager
(SM) capability to set the system-wide FPMAP flag.
UNCONDITION Generates FPMAP information for all
(ON) program files and SL segments prepared
on the system (regardless of the
setting of the Job/Session FPMAP flag
or the presence of the FPMAP keyword).
Sets the Job/Session FPMAP flag ON at
the beginning of each job and session.
CONDITION (ON) Initializes the Job/Session FPMAP flag
to ON at the beginning of a job or
session.
OFF Initializes the Job/Session FPMAP flag
to OFF at the beginning of a job or
session.
SESSION Controls FPMAP generation for -PREPARE and -ADDSL
commands performed within that job or session.
ON Generates FPMAPs for all program and SL
files prepared in the current job or
session, unless overridden by the
NOFPMAP keyword in a -PREPARE or -ADDSL
command.
OFF Inhibits FPMAP generation for all
program and SL files prepared in the
current job or session, unless
overridden by -SYSTEM; UNCONDITION;ON
or by the FPMAP keyword in a given
-PREPARE or -ADDSL command.
EXAMPLE
-SETFPMAP SYSTEM;ON
-SETFPMAP SYSTEM;UNCONDITION;ON
-SETFPMAP SESSION;ON
MPE/iX 5.0 Documentation