File function: (ERR-REC-FILE-FUNCTION)

Data

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

Valid values are:
  • Start Browse (CICS® STARTBR with GTEQ option)
  • Read Next (CICS READNEXT)
  • Read (CICS READ)
  • Read Update (CICS READ for UPDATE)
  • Write (CICS WRITE)
  • Rewrite (CICS REWRITE)
  • Delete (CICS DELETE)
  • Start Browse EQ (CICS STARTBR with GENERIC and EQUAL options)
  • End Browse (CICS ENDBR)
  • Unlock (CICS UNLOCK)
  • Write RBA (CICS WRITE with RBA option; applies to VSAM ESDS data sets only ( CICS Service Flow Runtime Error file (DFHMAERF))
  • Direct Delete (CICS DELETE with RIDFLD and KEYLENGTH options)

See the CICS Application Programming Reference for more information.