Error and audit messages generated by the batch utility program TBEXEC, and other programs are identified and described in alphabetical order in the following table.
Messages issued from tableBASE in conjunction with the TBEXEC and other programs/utilities vary from function to function, and are listed in the tables below. The error code is shown at the end of the message, while the originating program can be identified by the message prefix. The following prefixes may be encountered:
IOSRT-51—indicates TBEXEC in conjunction with subroutine DK1T0051
T1182—indicates utility DK1TCNV in conjunction with subroutine DK1T0051
Msg Code |
Meaning / Instructions |
---|---|
IOSRT-51 <message> ERROR 22 |
DDNAME provided in command is not a valid DDNAME or it is not allocated in the jobstream. |
IOSRT-51 <message> ERROR 26 |
CANNOT OPEN EXCLIST: <filename> cannot be found. Please correct the filename and rerun. |
IOSRT-51 <message> ERROR 27 |
The dataset for the DDname specified must be a DISK file; it is not. |
IOSRT-51 <message> ERROR 30 |
The DSORG (dataset organization) for the DDNAME specified must be compatible for the usage: VSAM RRDS, BDAM or QSAM for a library, QSAM or a member of a PDS(E), SYSIN or SYSOUT for a sequential dataset. |
IOSRT-51 <message> ERROR 31 |
The RECFM (Record Format) for the DDNAME specified must be F for a library, F or FB for sequential input. FA and FBA are allowed for sequential output of Report files. |
IOSRT-51 <message> ERROR 32 |
The BLKSIZE (Block Size) parameter for the DDNAME specified must be a multiple of record length. |
IOSRT-51 <message> ERROR 33 |
The output dataset for this DDname may not be allocated DISP=SHR. |
IOSRT-51 <message> ERROR 34 |
An error was encountered processing a VSAM dataset. See the JESMSGLG for a description of the VSAM error. |
Msg Code |
Meaning / Instructions |
---|---|
T1182: <message> ERROR Invalid DDname |
DDNAME provided in command is not a valid DDNAME or it is not allocated in the jobstream. |
T1182: <message> ERROR Not a disk file |
The dataset for the DDname specified must be a DISK file; it is not. |
T1182: <message> ERROR Non zero parameters |
The DSORG (dataset organization) for the DDNAME specified must be compatible for the usage: VSAM RRDS, BDAM or QSAM for a library, QSAM or a member of a PDS(E), SYSIN or SYSOUT for a sequential dataset. |
T1182: <message> ERROR RECFM |
The RECFM (Record Format) for the DDNAME specified must be F for a library, F or FB for sequential input. FA and FBA are allowed for sequential output of Report files. |
T1182: <message> ERROR BLKSIZE |
The BLKSIZE (Block Size) parameter for the DDNAME specified must be a multiple of record length. |
T1182: <message> ERROR SHR WRITE |
The output dataset for this DDname may not be allocated DISP=SHR. |
T1182: <message> ERROR VSAM |
An error was encountered processing a VSAM dataset. See the JESMSGLG for a description of the VSAM error. |
T1182: <message> INVALID BLKSIZE |
The specified blocksize for the target library was invalid. tableBASE library blocksizes must be 3120. |