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 | Termination code TC | Program information | Remarks |
---|---|---|---|
$T_ | 0 or 1 | see below | Normal termination |
$A_ | 2 or 3 | see below | Abnormal termination |
Termination code
BC | Explanation |
---|---|
0 | Normal termination |
1 | Normal termination |
2 | Abnormal termination |
3 | Abnormal termination |
Program information
PI | Explanation |
---|---|
000 | BC: 0 |
001 | BC: 1 |
002 | BC: 1 or 2 |
003 | BC: 1 or 2 |
004 | BC: 2 |
005 | BC: 3 |