The essential operands of the start commands are described below, using START-SESAM-DBH as an example:
START-SESAM-DBH | ||||||||||||||||||||||||||||
|
Operands
VERSION =
Specifies the program version to be started.
VERSION = *STD
No explicit product version specification. The product version is selected as follows:
The version specified with the command SELECT-PRODUCT-VERSION.
The highest version of the program that was installed using IMON.
The highest version of the program that exists in the SESAM module library.
VERSION = <product-version 6..10>
Selected version in the form: ['] [V] [m] m.naso ['] (e.g. 9.1A00).
MONJV = *NONE / <filename 1..54 without-gen-vers>
Name of the JV that is to monitor the program.
The system then sets the JV to the appropriate values during the program run:
$R | Program is running |
This operand is only available to users with the JV software product (see also the “ Job variables” manual).
CPU-LIMIT = *JOB-REST / <integer 1..32767>
Maximum CPU- time in seconds that the program may utilize during its run. This operand corresponds to the CPU-LIMIT operand of the START-PROGRAM command. The time monitored depends on the operand RESOURCES=*PARAMETERS(CPU-LIMIT=...) in the SET-LOGON-PARAMETERS command.
CPU-LIMIT = *JOB-REST
Default setting:
Assigns the remaining CPU time available to the task to the program run as the maximum CPU time.
CPU-LIMIT = <integer 1..32767>
Explicit specification of the CPU time in seconds.
RESIDENT-PAGES = *PARAMETERS(...)
Number of resident memory pages required for the program run, see section “Using FASTPAM for SESAM/SQL”.
MINIMUM = *STD / <integer 0..32767 4Kbyte>
Minimum number of resident memory pages required.
MAXIMUM = *STD / <integer 0..32767 4Kbyte>
Maximum number of resident memory pages required.