COBOL Manual for TNS/E Programs (H06.08+, J06.03+)

204 (Error)
Record key not simple fixed-size alphanumeric item
Cause
The object referenced in a FILE STATUS clause either is not a fixed-size alphanumeric data item
or is a table.
205 (Error)
Record key aligned with another record key
Cause
The first character position of one record key coincides with the first character position of another
record key.
206 (Error)
Missing file description entry for file name
Cause
A file name introduced in a file-control entry is not defined in a file description entry.
207 (Error)
Padding item not found
Cause
The PADDING clause references an undefined name.
208 (Error)
Padding item not simple one character alphanumeric
Cause
The PADDING clause references either an object that is not a fixed-size one-character
alphanumeric data item or an object that is a table or special register.
209 (Error)
Padding item not external
Cause
The PADDING clause for an external file references a data item that is not external.
210 (Error)
Padding item in improper section
Cause
The padding data item for a file is not defined in the Working-Storage, Extended-Storage, or
Linkage Section.
211 (Error)
Relative key item not found
Cause
The RELATIVE KEY clause references an undefined name.
212 (Error)
Relative key item not simple unscaled integer
Message List 1137