The following supplementary information appears in various combinations in addition to the actual text of the LMS messages:
Supplementary information | Meaning |
FUNCTION TERMINATED | Function is aborted |
(LIBRARY INPUT) | Library input |
(LIBRARY OUTPUT) | Library output |
(LISTING-MEMBER-OUTPUT) | Log output to member |
STATEMENT(S) IS (ARE) | The entire statement is ignored |
SYSLST (LISTING) | Log output to SYSLST |
OUTPUT-LIBRARY LOCKED | The output library is locked |
OPENERROR ON | Error occurred when library/member was opened |
OUTPUT-LIBRARY MISSING | The output library does not exist |
RECFORM=F | The library member has records of fixed length |
KEYPOS>5 | The KEYPOS is greater than 5 |
KEYLEN>8 | The KEYLEN is greater than 8 |
KEYLEN>16 | The KEYLEN is greater than 16 |
KEYS DO EXIST IN ELEMENT | The library member to be extended has been added using |
DIFFERENT FILETYPE/ VALUE | The file type or the “VALUE PROPAGATION” of the file to be |
DIFFERENT RECORD | The record format of the file to be added does not match the |
DIFFERENT RECORD SIZE | The record length of the file to be added does not match the |
DIFFERENT KEYPOSITION | The position of the keys of the file to be added does not match the |
DIFFERENT KEYLENGTH | The length of the keys of the file to be added does not match the |
DIFFERENT LOGLENGTH | The LOGLENGTH of the file to be added does not match the |
DIFFERENT VALUE LENGTH | The VALLEN value of the file to be added does not match the |
OUTPUT-LIBRARY IS NOT A | The output library is not a program library |
FIXED RECORD FORMAT ON | The library member to be extended contains no file attributes and |
KEYPOSITION | The library member to be extended contains no file attributes and |
KEYLENGTH>16 ON | The library member to be extended contains no file attributes and |
RECORD SIZE>2032 ON | The file to be added has a record length of more than 2032 bytes |