TSQ function: (ERR-REC-TS-FUNCTION)

Data

Indicates the function attempted for the defined TSQ that resulted in the error or I/O failure.

Valid values are as follows:
  • Inquire start (CICS® INQUIRE TSQNAME START AT)
  • Inquire next (CICS INQUIRE TSQNAME with NEXT option)
  • Inquire end (CICS INQUIRE TSQNAME with END option)
  • Read (CICS READQ TS QNAME)
  • Write (CICS WRITEQ TS QNAME with MAIN option)
  • Rewrite (CICS WRITEQ TS QNAME with REWRITE option)
  • Delete (CICS DELETEQ TS QNAME)

See the CICS Application Programming Reference and the CICS System Programming Reference for more information.