Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

END - Terminate LMSCONV

&pagelevel(5)&pagelevel

END terminates the LMSCONV program. All libraries that are still open are closed.

Format

END                                                                                                                                                              

     

If a monitoring job variable was specified when calling LMSCONV with /START-LMSCONV MONJV= <name> this variable is given a value on termination of LMSCONV. The MONJV value is divided into a 3-byte status display and a 4-byte return code display. The return code display is split into a 1-byte termination code (TC) and a 3-byte program information part (PI).

LMSCONV sets the status display and the termination code as follows:

Status display

Status display
(byte 1 - 3)

Termination code TC
(byte 4)

Program information
PI (byte 5 - 7)

Remarks

$T_

0 or 1

see below

Normal termination

$A_

2 or 3

see below

Abnormal termination

Termination code

BC

Explanation

0

Normal termination
LMSCONV ran without error.

1

Normal termination
Warnings or error occurred that were weaker than the value set with MAX-ERROR-WEIGHT (see MODIFY-DEFAULTS).

2

Abnormal termination
An abort criterion set with MAX-ERROR-WEIGHT has been reached(see MODIFY-DEFAULTS).

3

Abnormal termination
The error encountered is so serious that it is no longer possible or expedient to continue the LMSCONV session.
The LMSCONV session has been terminated internally.

 

Program information

PI

Explanation

000

BC: 0
LMSCONV ran without error.

001

BC: 1
At most warnings occurred.

002

BC: 1 or 2
Only errors of class RECOVERABLE occurred, i.e. a member could not be found or overwritten.

003

BC: 1 or 2
At most errors of class SIGNIFICANT occurred, i.e. no serious errors.

004

BC: 2
At most errors of class SERIOUS occurred, i.e. serious errors.

005

BC: 3
The error encountered is so serious that it is no longer possible or expedient to continue the LMSCONV session.
The LMSCONV session has been terminated internally.