Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Operands of the start commands

The essential operands of the start commands are described below, using START-SESAM-DBH as an example:

START-SESAM-DBH

VERSION = *STD / <product-version 6..10>

,MONJV = *NONE / <filename 1..54 without-gen-vers>

,CPU-LIMIT = *JOB-REST / <integer 1..32767>

,RESIDENT-PAGES = *PARAMETERS (...)


*PARAMETERS(...)



|

MINIMUM = *STD / <integer 0..32767 4Kbyte>



|

,MAXIMUM = *STD / <integer 0..32767 4Kbyte>

Operands

VERSION =

Specifies the program version to be started.

VERSION = *STD
No explicit product version specification. The product version is selected as follows:

  1. The version specified with the command SELECT-PRODUCT-VERSION.

  2. The highest version of the program that was installed using IMON.

  3. 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
$T
$A

Program is running
Program terminated normally
Program terminated abnormally

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.