Condition codes 1001 through 1499

1001
EVENT variable already used with a DISPLAY statement.
1002
GET or PUT STRING specifies data exceeding size of string.
1003
Further output prevented by TRANSMIT or KEY conditions previously raised for the data set.
1004
Attempt to use PAGE, LINE, or SKIP <= 0 for nonprintable file.
1005
In a DISPLAY(expression) REPLY (character-reference) statement, expression or character-reference is zero length.
1007
A REWRITE or a DELETE statement not preceded by a READ.
1008
Unrecognized field preceding the assignment symbol in a string specified in a GET STRING DATA statement.
1009
An input/output statement specifies an operation or an option which conflicts with the file attributes.
1010
A built-in function or pseudovariable referenced an unopened file.
1011
Data management detected an input/output error but is unable to provide any information about its cause.
1013
Previous input operation incomplete; REWRITE or DELETE statement specifies data which has been previously read in by a READ statement with an EVENT option, and no corresponding WAIT has been executed.
1014
Attempt to initiate further input/output operation when number of incomplete operations equals number specified by ENVIRONMENT option NCP(n) or by default.
1015
Event variable specified for an input/output operation when already in use.
1016
After UNDEFINEDFILE condition raised as a result of an unsuccessful attempt to implicitly open a file, the file was found unopened on normal return from the ON-unit.
1018
End of file or string encountered in data before end of data-list or in edit-directed transmission format list.
1019
Attempt to close file not opened in current process.
1020
Further input/output attempted before WAIT statement executed to ensure completion of previous READ.
1021
Attempt to access a record locked by another file in this process.
1022
Unable to extend indexed data set.
1023
Exclusive file closed while records still locked in a subtask
1024
Incorrect sequence of I/O operations on device-associated file.
1025
Insufficient virtual storage available to complete request.
1026
No position established in index data set.
1027
Record control interval already held in exclusive control.
1028
Requested record lies on an unmounted volume.
1029
Attempt to reposition in index data set failed.
1030
An error occurred during index upgrade on a index data set.
1031
Invalid sequential write attempted on index data set.
1040
A data set open for output used all available space.
1041
An attempt was made to write a record containing a record delimiter.
1042
Record in data set is not properly delimited.
1043
I/O error during CLOSE processing.
1062
Record length incorrect for RRDS file.
1068
VSAM server was not available.
1069
A deadlock was detected while attempting to lock a record.
1071
A retained lock reject has occurred while attempting to lock a record.
1094
Alternate index pointer invalid.
1102
An error occurred in storage management. Storage to be freed was pointed to by an invalid address.
1104
An internal error occurred in the library.
1105
Unable to create an object window.
1106
Insufficient space available to satisfy a storage allocation request.
1107
A problem occurred during free storage processing.
1301
F-factor in PICTURE specification was outside of the range of -128 to 127.
1302
PICTURE specification contained invalid character.
1303
F-factor contained invalid character.
1304
PICTURE specification contained invalid character.
1305
PICTURE specification contained invalid precision value.
1306
PICTURE specification contained too many overpunch characters.
1307
PICTURE specification contained precision value less than 1.
1308
Precision value in fixed decimal PICTURE specification exceeded limit.
1309
Precision value in float decimal PICTURE specification exceeded limit.
1310
PICTURE specification did not contain picture characters.
1311
Exponent in float PICTURE specification exceeded limit.
1312
Exponent in float PICTURE specification was missing.
1313
Exponent in PICTURE specification contained V character.
1314
Float PICTURE specification contained invalid character.
1315
PICTURE specification exceeded limit.
1316
PICTURE specification contained invalid delimiter.