Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

Startup and termination by the user

&pagelevel(4)&pagelevel

The user calls HSMS by means of the START-HSMS command:

START-HSMS                                                         Kurzname: HSMS

VERSION = *STD

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

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


VERSION = *STD
The version selected with the SELECT-PRODUCT-VERSION command is loaded. If no version was selected, the highest available version of HSMS is loaded.

MONJV = *NONE / <filename 1..54 without-gen-vers>
Enables a monitoring job variable to be specified to monitor the program run.

CPU-LIMIT = *JOB-REST
Maximum CPU time, in seconds, which the program may use to run. The default is *JOB-REST, i.e. the remaining CPU time is used for the task.

CPU-LIMIT = <integer 1..32767 seconds >
The specified time is the maximum time that should be used.

Alternatively, HSMS can also be called with the START-EXECUTABLE-PROGRAM command, provided the user is permitted to execute this command:

/START-EXECUTABLE-PROGRAM FROM-FILE=$HSMS 

The HSMS program is called on the system standard ID.

The user terminates HSMS by means of the statement:

//END

The period of time from calling HSMS to termination by means of END is referred to within this manual as the HSMS run.

HSMS can be invoked synchronously and asynchronously (see section "Asynchronous and synchronous processing").