MPE/iX Commands Reference Manual (32650-90877)

262 Chapter7
Command List V
Commands HEADOFF thru LISTF
BA = Local Batch Access
IA = Interactive Access
PM = Privileged Mode
MR = Multiple RINs
DS = Extra Data Segments
PH = Process Handling
If you omit this parameter, the BA and IA capabilities are assigned to the
program file by default.
nmstacksize
The maximum size, in bytes, to which the NM stack may grow. This must
be a decimal number. The default is zero, which instructs MPE/iX to assign
a system-defined constant as the value of
nmstacksize
.
nmheapsize
The maximum size, in bytes, to which the NM heap may grow. This must
be a decimal number. The default is -1, which instructs the command to
assign a system-defined constant as the value of
nmheapsize
.
unsatname
The name of a procedure that the loader substitutes in place of any
external reference that cannot be resolved in a program file. If you omit
this parameter and any external references remain unresolved, the loader
reports a load-time error.
checklevel
An integer specifying the maximum level of checking that LINK performs
in binding external references to procedures. All checking levels that are
indicated in external references and procedure definitions are reduced (but
never increased) to the specified level. If you omit this parameter, LINK
sets the value to 3.
Permissible values for
checklevel
are defined in Table 7-4. on page 262.
If the checking level is restricted (reduced) and reportable type errors are detected, they
are reported not as errors but as warnings.
entryname
The name (label) of the point within a program where execution begins.
When you omit this parameter, the loader begins execution from the
primary program entry point (which corresponds to a program's main
procedure or outer block). However, by including the ENTRY= option, you
may override this default value and begin execution from the specified
entry point. If the loader fails to find a symbol that matches the entry
point name, it reports a load-time error.
NODEBUG Strips all symbolic debugging information from the resulting program file.
Table 7-4. Checklevel Values
0 No parameter check.
1 Check of the symbol type descriptor.
2 Perform Level 1 checking, then check the number of arguments that
the import procedure passed against the minimum and maximum
range that were declared in the export procedure.
3 Perform Level 2 checking, then check the type of each argument that
was passed.