MPE/iX Commands Reference Manual (32650-90877)
476 Chapter12
Command List X
Commands SAVE thru SHUTQ
The defaults, established when the system is booted, are MAX=0 and BASE=1. This is for
backward compatibility; if these settings are not changed, the system will operate as it
does today. These boot time settings can be modified by including one or more instances of
this command in SYSSTART.PUB.SYS.
The SHOW option can be used alone to display the current values of BASE and MAX for a
specified counter or for all four counters. If used in addition to either BASE or MAX, the
value(s) displayed are the new setting(s).
This command may be issued from a session, job, program, or in Break. Any display
specified by the SHOW option is breakable, but command operation is not. Any user may
execute this command with only the SHOW option to display current values of BASE,
Next, and MAX for the specified counter (or all counters if none is specified). When
changing either value, this command may be executed only:
• at a console session,
• by a user with SM capability, -OR-
• by any user who has been allowed the use of the SETCOUNTER command with the
ALLOW command.
Examples
To display the current BASE, Next, MAX, and maximum possible values for all four
counters, enter:
:SETCOUNTER ; SHOW
Absolute
COUNTER BASE Next MAX maximum
Input spoolid 1 172 16383 9999999
Output spoolid 1 1872 32767 9999999
Job number 1 172 0 16383
Session number 1 2753 0 16383
To limit input spoolids to the same range as their corresponding jobs, enter:
:SETCOUNTER INSP; MAX=16383
Related Information
Commands SWITCHNMLOG
Manuals None
SETDUMP
Arms the system debug facility for a process abort. (Native Mode)
Syntax
SETDUMP[DB [,ST [,QS]]] [;ASCII] [;DEBUG="
commands
"]
Parameters
DB This parameter is ignored.