Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

Supplementary information in LMS messages

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)
SKIPPED

The entire statement is ignored

SYSLST (LISTING)

Log output to SYSLST

OUTPUT-LIBRARY LOCKED

The output library is locked

OPENERROR ON
LIBRARY/ELEMENT

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
(applies only when calling EDT)

KEYLEN>16

The KEYLEN is greater than 16
(applies only when calling EDOR)

KEYS DO EXIST IN ELEMENT

The library member to be extended has been added using
SOURCE-ATTRIBUTES=KEEP and contains the ISAM keys

DIFFERENT FILETYPE/ VALUE
PROPAGATION (MIN/MAX)

The file type or the “VALUE PROPAGATION” of the file to be
added does not match that of the library member to be extended

DIFFERENT RECORD
FORMAT

The record format of the file to be added does not match the
record format of the library member to be extended

DIFFERENT RECORD SIZE

The record length of the file to be added does not match the
record length of the library member to be extended

DIFFERENT KEYPOSITION

The position of the keys of the file to be added does not match the
position of the keys of the library member to extended

DIFFERENT KEYLENGTH

The length of the keys of the file to be added does not match the
length of the keys of the library member to be extended

DIFFERENT LOGLENGTH

The LOGLENGTH of the file to be added does not match the
LOGLENGTH of the library member to be extended

DIFFERENT VALUE LENGTH

The VALLEN value of the file to be added does not match the
VALLEN of the library member to be extended

OUTPUT-LIBRARY IS NOT A
PLAM-LIBRARY

The output library is not a program library

FIXED RECORD FORMAT ON
INPUT-FILE

The library member to be extended contains no file attributes and
the input file has fixed-length records

KEYPOSITION!=5 ON
INPUT-FILE

The library member to be extended contains no file attributes and
the input file has a key position which is not equal to 5

KEYLENGTH>16 ON
INPUT-FILE

The library member to be extended contains no file attributes and
the input file has a key length greater than 16

RECORD SIZE>2032 ON
INPUT-FILE

The file to be added has a record length of more than 2032 bytes