MPE/iX Commands Reference Manual (32650-90877)

454 Chapter11
Command List IX
Commands RECALL/=RECALL thru RUN
The file types are:
PROG Compatibility mode program file
SSL SL.PUB.SYS
PSL SL.PUB.account
GSL SL.group.account
LC (Level of file checking):
0 No checking
1 Check procedure type
2 Check number of parameters
3 Check parameter type
STT is the segment transfer table entry within the segment.
Seg is the logical segment number of the segment.
A list of the CSTX numbers (the single number 301 in this example) assigned to the
segments of the program follows the load map. The first number in the list corresponds to
logical Seg 0, the second to logical Seg 1, and so on.
DEBUG Instructs the process to enter the system debugger just before executing
the first instruction of the program. Once the debugger has been invoked,
the commands available to the user depend upon the user's assigned
capability. The default is not to enter the system debugger. This parameter
is ignored in a job.
maxstack The maximum CM stack area (Z-DL) size permitted, in 16-bit words. This
parameter is included if you expect the size of the DL or the Z-DB areas to
be changed during the program execution. But no matter what you specify,
MPE/iX may change maxstack to accommodate table overflow conditions.
A value of -1 or a + sign (interpreted as a zero) causes the default value to
be used.
The maxstack is always equal to the compatibility mode maximum default
size if progfile is a native mode program.
parameternum A value that can be passed to the program as a general parameter for
control or other purposes. If the parameter is not specified, the default
value is zero (0). If the executing program is a compatibility mode
program, Q(initial)-4 contains the parameter value. Note: Q relative
addresses are 16-bit word addresses. Q(initial) is the Q address for the
outer block of the program.
MPE/iX provides an intrinsic (GETINFO) for retrieving the PARM parameter
for a native mode process.
stacksize The size of the CM local area, Z-Q, in 16-bit words. This value, if specified,
must be in the range 512 to 32,767. It overrides the default stack size
estimated by the MPE segmenter.
The stacksize is always equal to the compatibility mode maximum default