Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

Console mode

&pagelevel(4)&pagelevel

In this operating mode, the INIT utility is controlled by means of a dialog which takes place on the console. For that purpose an ENTER job must be sent from the console to start the INIT program and OPTION CONS used to direct outputs to the console.

/SET-LOGON-PARAMETERS
/START-INIT
OPTION CONS 
/EXIT-JOB 

When the job is started, all messages and inputs are handled via the console, with the task sequence number (TSN) being specified for each operation. The program runs as described in section “Program run”.

The OPTION CONS statement is valid only within a ENTER job; it is always rejected in interactive mode.

Example

<tsn>.INIT TAPE-C4,VSN=MBK001

<tsn>.LIST TAPE-C4

<tsn> is the task sequence number

If you will install a SOLIS2 delivery in the actual HOME-PVS, the INIT must be terminated (if loaded in BATCH Mode) by <tsn>.END, before the installation will be started.