The BS2ZIP application is started by means of the /START-ZIP-MANAGER command:
START-ZIP-MANAGER |
VERSION = *STD / <product-version> ,MONJV = *NONE / <filename 1..54 without-gen-vers> ,CPU-LIMIT (Command for starting the BS2ZIP application) = *JOB-REST / <integer 1..32767 seconds> |
VERSION = *STD / <product-version>
Specifies the BS2ZIP version which is to be used.
*STD is the default value: the version selected using the SELECT-PRODUCT-VERSION command is loaded. If no version was selected, the highest available version is loaded.
MONJV =
Name of the job variable that is to monitor the program.
MONJV = *NONE
No monitoring job variable is used.
MONJV = <filename 1..54 without-gen-vers>
Name of the job variable that is to monitor the program. This operand is available only to users who have the JV software product (see also „program monitoring“ in the “Job Variables” manual [3]).
CPU-LIMIT = *JOB-REST / <integer 1..32767>
Maximum CPU time, in seconds, allowed for execution of the program.
If the program execution exceeds the specified time, it is interrupted in interactive mode and message EXC0075 is issued. The user can then request a dump, abort the program or continue the program run. In batch mode the program is terminated.
*JOB-REST is the default value: no more than the maximum remaining CPU time is to be used. Detailed information about “Time limits in BS2000” is provided in the “Commands” manual [2].