Class CicsDBResponseCodes

java.lang.Object
com.softwaremining.vendors.cics.constants.CicsCodes
com.softwaremining.vendors.cics.constants.CicsDBResponseCodes

public class CicsDBResponseCodes extends CicsCodes
Deprecated.
- please use CicsCodes.
  • Field Details

    • RESP_CODE_ERROR

      public static final int RESP_CODE_ERROR
      Deprecated.
      default program handler
      See Also:
    • RESP_CODE_NORMAL

      public static final int RESP_CODE_NORMAL
      Deprecated.
      *** NOT VALIDATED AGAINST IBM CODES **** Normal termination of operation Default action: terminate the task abnormally
      See Also:
    • RESP_CODE_EOC

      public static final int RESP_CODE_EOC
      Deprecated.
      EOC has no function, is not used/set by the framework.
      End-Of-Chain - used in CICS RECEIVE. In CICS Long pieces of data returned from RECEIVE is broken down into Request-Units (RU). Long messages maybe broken onto many RUs which are chained together. CICS can tell the application when the last RU has been received.
      See Also:
    • RESP_CODE_NOHANDLE

      public static final int RESP_CODE_NOHANDLE
      Deprecated.
      to do
      See Also:
    • RESP_CODE_ENDDATA

      public static final int RESP_CODE_ENDDATA
      Deprecated.
      See Also:
    • RESP_CODE_DISABLED

      public static final int RESP_CODE_DISABLED
      Deprecated.
      A file is disabled because it was initially defined as disabled and has not since been enabled. A file is disabled because it has been disabled by a SET FILE or a CEMT SET FILE command. Used in read/write Default action: terminate the task abnormally
      See Also:
    • RESP2_CODE_DISABLED

      public static final int RESP2_CODE_DISABLED
      Deprecated.
      See Also:
    • RESP_CODE_DUPKEY

      public static final int RESP_CODE_DUPKEY
      Deprecated.
      A record is retrieved by way of an alternate index with the NONUNIQUEKEY attribute, and another alternate index record with the same key follows In assembler language, if the SET option is being used, the specified register has not been set, but can be loaded from DFHEITP1. Default action: terminate the task abnormally.
      See Also:
    • RESP2_CODE_DUPKEY

      public static final int RESP2_CODE_DUPKEY
      Deprecated.
      See Also:
    • RESP_CODE_FILENOTFOUND

      public static final int RESP_CODE_FILENOTFOUND
      Deprecated.
      The file name supplied in the FILE option cannot be found in the FCT. Default action: terminate the task abnormally.
      See Also:
    • RESP2_CODE_ILLOGIC

      public static final int RESP2_CODE_ILLOGIC
      Deprecated.
      A VSAM error occurs that does not fall within one of the other CICS response categories. (See EIBRCODE in the description of the EXEC interface block, EXEC interface block.) For user-maintained data tables, this condition occurs only for a non-UPDATE READ during loading when CICS has attempted to retrieve the record from the source data set. Default action: terminate the task abnormally.
      See Also:
    • RESP_CODE_ILLOGIC

      public static final int RESP_CODE_ILLOGIC
      Deprecated.
      See Also:
    • RESP_CODE_INVREQ

      public static final int RESP_CODE_INVREQ
      Deprecated.
      (not-used) INvalid-REQuest.. Used in CICS SEND / Receive for details please see http://publib.boulder.ibm.com/infocenter/cicsts/v3r1/index.jsp?topic=/com.ibm.cics.ts31.doc/dfhp3/dfhp3b00134.htm
      See Also:
    • RESP_CODE_INVERRTERM

      public static final int RESP_CODE_INVERRTERM
      Deprecated.
      (not-used) used in CICS Routing - system does not require invalid-terminal / routing to terminal is not supported
      See Also:
    • RESP_CODE_RTEFAIL

      public static final int RESP_CODE_RTEFAIL
      Deprecated.
      (not-used) used in CICS Routing - system does not require invalid-terminal / routing to terminal is not supported
      See Also:
    • RESP_CODE_ITEMERR

      public static final int RESP_CODE_ITEMERR
      Deprecated.
      Not handled yet For CICS WRITEQ: Occurs for the following conditions: The item number that is specified or implied by a WRITEQ TS command with the REWRITE option is not valid (that is, outside the range of entry numbers that are assigned for the queue). The maximum number of items (32767) is exceeded. FOr CICS READQ: If the item number that is specified or implied by a READQ TS command is not valid (that is, it is outside the range of entry numbers assigned for the queue) If an end of file marker is encountered on a READQ TS NEXT command If this is the first time the queue has been read on a READQ TS NEXT command
      See Also:
    • RESP_CODE_IOERR

      public static final int RESP_CODE_IOERR
      Deprecated.
      For VSAM files, IOERR normally indicates a hardware error. For user-maintained data tables, this condition occurs only for a non-UPDATE READ during loading when CICS has attempted to retrieve the record from the source data set. For a coupling facility data table, an IOERR indicates a bad response returned from a coupling facility access. (Further information is available in the EXEC interface block, EXEC interface block.) Default action: terminate the task abnormally.
      See Also:
    • RESP_CODE_ISCINVREQ

      public static final int RESP_CODE_ISCINVREQ
      Deprecated.
      The remote system indicates a failure that does not correspond to a known condition. Default action: terminate the task abnormally.
      See Also:
    • RESP_CODE_LENGERR

      public static final int RESP_CODE_LENGERR
      Deprecated.
      10 - Neither the LENGTH option nor the SET option is specified on a READ command for a file with variable-length records or for a BDAM file with variable-length or undefined-format records. 11 - The length of a record read with the INTO option specified exceeds the value specified in the LENGTH option; the record is truncated, and the data area supplied in the LENGTH option is set to the actual length of the record. 13 - An incorrect length is specified for a file with fixed-length records. Default action: terminate the task abnormally.
      See Also:
    • RESP_CODE_LOADING

      public static final int RESP_CODE_LOADING
      Deprecated.
      The request cannot be satisfied because it is issued against a data table that is still being loaded. The condition can be raised for one of the following reasons: The READ specifies a record that has not yet been loaded into a coupling facility data table. Records can be read or modified while a CFDT is loading only if the requested key is within the range of those records already loaded. The LOADING response can also be returned for a coupling facility data table that has failed during loading. For more information about what happens if the load for a coupling facility data table fails, see the description of the XDTLC global user exit in the CICS Customization Guide. The READ specifies the UPDATE option for a user-maintained data table. A user-maintained data table cannot be modified during loading. The READ specifies the GENERIC or GTEQ options for a user-maintained data table. While a UMT is being loaded, you can use read requests with precise keys only. If your application programs encounter the LOADING condition persistently or too frequently, check that this is not caused by conflicting file definitions that reference the same data set. Default action: terminate the task abnormally.
      See Also:
    • RESP_CODE_LOCKED

      public static final int RESP_CODE_LOCKED
      Deprecated.
      An attempt is being made to read a record either specifying the UPDATE keyword, or specifying (explicitly or implicitly) CONSISTENT or REPEATABLE, but the record is locked by a retained lock (see Retained and active locks). The LOCKED condition can also occur for a READ UPDATE request to a recoverable CFDT that uses the locking model, if the record being read is locked by a retained lock. See the CICS Recovery and Restart Guide for information about investigating retained locks on records in a coupling facility data table. Default action: abend the task with code AEX8.
      See Also:
    • RESP_CODE_RECORDBUSY

      public static final int RESP_CODE_RECORDBUSY
      Deprecated.
      See Also:
    • RESP_CODE_ENQBUSY

      public static final int RESP_CODE_ENQBUSY
      Deprecated.
      See Also:
    • RESP_CODE_NOTAUTH

      public static final int RESP_CODE_NOTAUTH
      Deprecated.
      A resource security check has failed on FILE(filename). Default action: terminate the task abnormally.
      See Also:
    • RESP_CODE_NOTFND

      public static final int RESP_CODE_NOTFND
      Deprecated.
      An attempt to retrieve a record based on the search argument provided is unsuccessful. For data tables, this condition occurs if an attempt to read a record is unsuccessful because there is no entry with the specified key in the data table. This does not mean that there is no such record in the source data set (if the table was created from one); it may be that such a record is present but was either rejected during initial loading by the user exit XDTRD, or was subsequently deleted from the data table. For remote files, this condition occurs if an attempt to read a record is made without keylength specified either in the application or the file definition, and the actual key is longer than 4 characters. Default action: terminate the task abnormally.
      See Also:
    • RESP_CODE_ENDFILE

      public static final int RESP_CODE_ENDFILE
      Deprecated.
      An end-of-file condition is detected during the browse. RESP2 values: 90
      See Also:
    • RESP_CODE_NOTOPEN

      public static final int RESP_CODE_NOTOPEN
      Deprecated.
      NOTOPEN (RESP2 60) is returned for one of the following reasons: The requested file is CLOSED and UNENABLED. The CLOSED, UNENABLED state is reached after a CLOSE request has been received against an OPEN ENABLED file and the file is no longer in use. You can also make CLOSED, UNENABLED the initial state, by specifying STATUS(UNENABLED) and OPENTIME(FIRSTREF) on the FILE resource definition. (For BDAM files, you use the FILSTAT parameter of DFHFCT TYPE=FILE.) The requested file is OPEN and in use by other transactions, but a CLOSE request against the file has been received. A READ command is issued against a data set that is quiesced, or is being quiesced, as a result of a SET DSNAME QUIESCED or IMMQUIESCED command. The requested file is CLOSED and ENABLED, so CICS has tried to open the file as part of executing the request. This file open has failed for some reason. You should examine the console for messages that explain why the file open has been unsuccessful. This condition does not occur if the request is made to a CLOSED, DISABLED file. In this case, the DISABLED condition occurs. Default action: terminate the task abnormally.
      See Also:
    • RESP2_CODE_NOTOPEN

      public static final int RESP2_CODE_NOTOPEN
      Deprecated.
      See Also:
    • RESP_CODE_RECORD_BUSY

      public static final int RESP_CODE_RECORD_BUSY
      Deprecated.
      The NOSUSPEND keyword is specified and the record is locked by an active lock (see Retained and active locks). Default action: abend the task with code AEX9.
      See Also:
    • RESP2_CODE_RECORD_BUSY

      public static final int RESP2_CODE_RECORD_BUSY
      Deprecated.
      See Also:
    • RESP_CODE_SYSIDERR

      public static final int RESP_CODE_SYSIDERR
      Deprecated.
      See Also:
    • RESP2_CODE_SYSIDERR

      public static final int[] RESP2_CODE_SYSIDERR
      Deprecated.
    • RESP2_CODE_DUPREC

      public static final int RESP2_CODE_DUPREC
      Deprecated.
      An attempt is made to add a record to a data set by referring to a file, or a path over a file (with the UNIQUEKEY attribute), in which the same key already exists. This condition is also raised for a coupling facility data table that uses the contention model, even if another task has read the record with the same key for update. (For a coupling facility data table that uses the locking model, and for all other kinds of files, if another task has read the record for update, it is locked, and the WRITE request waits for the lock to be released, rather than returning a DUPREC response immediately.) Default action: terminate the task abnormally.
      See Also:
    • RESP_CODE_DUPREC

      public static final int RESP_CODE_DUPREC
      Deprecated.
      See Also:
    • RESP_CODE_SUPPRESSED

      public static final int RESP_CODE_SUPPRESSED
      Deprecated.
      A user exit program that is invoked at the XDTAD exit point decides not to add the record to the user-maintained or coupling facility data table. Default action: terminate the task abnormally.
      See Also:
    • RESP_CODE_QIDERR

      public static final int RESP_CODE_QIDERR
      Deprecated.
      READQ TS Error Occurs if the specified queue cannot be found in either main or auxiliary storage
      See Also:
    • RESP_CODE_MAPFAIL

      public static final int RESP_CODE_MAPFAIL
      Deprecated.
      This condition is fired during a CICS RECEIVE when operator did not change/enter any field-values Not sure what sets this The value has been set from http://publib.boulder.ibm.com/infocenter/cicsts/v3r1/index.jsp?topic=/com.ibm.cics.ts31.doc/dfhp4/topics/dfhp4_eibfields.htm
      See Also:
    • RESP_CODE_INVMPSZ

      public static final int RESP_CODE_INVMPSZ
      Deprecated.
      Not Supported yet
      See Also:
    • RESP_CODE_PGMIDERR

      public static final int RESP_CODE_PGMIDERR
      Deprecated.
      to do Not sure what sets this The value has been set from http://publib.boulder.ibm.com/infocenter/cicsts/v3r1/index.jsp?topic=/com.ibm.cics.ts31.doc/dfhp4/topics/dfhp4_eibfields.htm
      See Also:
    • RESP_CODE_RETPAGE

      public static final int RESP_CODE_RETPAGE
      Deprecated.
      (not-used) This is used in CICS SEND occurs if the SET option is specified and a completed page is ready for return to the application program. Default action: return control to the application program at the point immediately following the BMS SEND TEXT command
      See Also:
    • RESP_CODE_WRBRK

      public static final int RESP_CODE_WRBRK
      Deprecated.
      (not-used) This is used in CICS SEND occurs if a SEND command is interrupted by the terminal operator pressing the ATTN key. It applies only to the 2741 Communication Terminal, and only if write break is supported for CICS.
      See Also:
    • RESP_CODE_INVLDC

      public static final int RESP_CODE_INVLDC
      Deprecated.
      (not-used) This is used in CICS SEND occurs if the specified LDC mnemonic is not included in the LDC list for the logical unit. Default action: terminate the task abnormally.
      See Also:
    • RESP_CODE_TRANSIDERR

      public static final int RESP_CODE_TRANSIDERR
      Deprecated.
      occurs if the transaction identifier specified in a START command cannot be found in the program control table.
      See Also:
    • RESP_CODE_TERMIDERR

      public static final int RESP_CODE_TERMIDERR
      Deprecated.
      See Also:
    • RESP_CODE_DSIDERR

      public static final int RESP_CODE_DSIDERR
      Deprecated.
      unrecoverable error Unhandled - not used, error code 300 is not correct
      See Also:
    • RESP_CODE_USERIDERR

      public static final int[] RESP_CODE_USERIDERR
      Deprecated.
    • RCODE_INVREQ

      public static String RCODE_INVREQ
      Deprecated.
    • RCODE_EOF

      public static String RCODE_EOF
      Deprecated.
    • RCODE_EODS

      public static String RCODE_EODS
      Deprecated.
    • RCODE_ENDINPT

      public static String RCODE_ENDINPT
      Deprecated.
    • RCODE_SYSIDERR

      public static String RCODE_SYSIDERR
      Deprecated.
    • RCODE_SESSIONERR

      public static String RCODE_SESSIONERR
      Deprecated.
    • RCODE_SYSBUSY

      public static String RCODE_SYSBUSY
      Deprecated.
    • RCODE_SESSBUSY

      public static String RCODE_SESSBUSY
      Deprecated.
    • RCODE_NOTALLOC

      public static String RCODE_NOTALLOC
      Deprecated.
    • RCODE_LENGERR

      public static String RCODE_LENGERR
      Deprecated.
    • RCODE_WRBRK

      public static String RCODE_WRBRK
      Deprecated.
    • RCODE_RDATT

      public static String RCODE_RDATT
      Deprecated.
    • RCODE_SIGNAL

      public static String RCODE_SIGNAL
      Deprecated.
    • RCODE_TERMIDERR

      public static String RCODE_TERMIDERR
      Deprecated.
    • RCODE_NOPASSBKRD

      public static String RCODE_NOPASSBKRD
      Deprecated.
    • RCODE_NOPASSBKWR

      public static String RCODE_NOPASSBKWR
      Deprecated.
    • RCODE_IGREQCD

      public static String RCODE_IGREQCD
      Deprecated.
    • RCODE_CBIDERR

      public static String RCODE_CBIDERR
      Deprecated.
    • RCODE_PARTNERIDERR

      public static String RCODE_PARTNERIDERR
      Deprecated.
    • RCODE_NETNAMEIDERR

      public static String RCODE_NETNAMEIDERR
      Deprecated.
    • RCODE_TERMERR

      public static String RCODE_TERMERR
      Deprecated.
    • RCODE_EOC

      public static String RCODE_EOC
      Deprecated.
    • RCODE_INBFMH

      public static String RCODE_INBFMH
      Deprecated.
    • RCODE_NOSTART

      public static String RCODE_NOSTART
      Deprecated.
    • RCODE_NONVAL

      public static String RCODE_NONVAL
      Deprecated.
    • RCODE_FILENOTFOUND

      public static String RCODE_FILENOTFOUND
      Deprecated.
    • RCODE_ILLOGIC

      public static String RCODE_ILLOGIC
      Deprecated.
    • RCODE_LOCKED

      public static String RCODE_LOCKED
      Deprecated.
    • RCODE_RECORDBUSY

      public static String RCODE_RECORDBUSY
      Deprecated.
    • RCODE_NOTOPEN

      public static String RCODE_NOTOPEN
      Deprecated.
    • RCODE_DISABLED

      public static String RCODE_DISABLED
      Deprecated.
    • RCODE_ENDFILE

      public static String RCODE_ENDFILE
      Deprecated.
    • RCODE_IOERR

      public static String RCODE_IOERR
      Deprecated.
    • RCODE_NOTFND

      public static String RCODE_NOTFND
      Deprecated.
    • RCODE_DUPREC

      public static String RCODE_DUPREC
      Deprecated.
    • RCODE_NOSPACE

      public static String RCODE_NOSPACE
      Deprecated.
    • RCODE_DUPKEY

      public static String RCODE_DUPKEY
      Deprecated.
    • RCODE_SUPPRESSED

      public static String RCODE_SUPPRESSED
      Deprecated.
    • RCODE_LOADING

      public static String RCODE_LOADING
      Deprecated.
    • RCODE_ISCINVREQ

      public static String RCODE_ISCINVREQ
      Deprecated.
    • RCODE_NOTAUTH

      public static String RCODE_NOTAUTH
      Deprecated.
    • RCODE_QZERO

      public static String RCODE_QZERO
      Deprecated.
    • RCODE_QIDERR

      public static String RCODE_QIDERR
      Deprecated.
    • RCODE_QBUSY

      public static String RCODE_QBUSY
      Deprecated.
    • RCODE_ITEMERR

      public static String RCODE_ITEMERR
      Deprecated.
    • RCODE_NOSTG

      public static String RCODE_NOSTG
      Deprecated.
    • RCODE_PGMIDERR

      public static String RCODE_PGMIDERR
      Deprecated.
    • RCODE_RESUNAVAIL

      public static String RCODE_RESUNAVAIL
      Deprecated.
    • RCODE_CHANNELERR

      public static String RCODE_CHANNELERR
      Deprecated.
    • RCODE_ENDDATA

      public static String RCODE_ENDDATA
      Deprecated.
    • RCODE_TRANSIDERR

      public static String RCODE_TRANSIDERR
      Deprecated.
    • RCODE_EXPIRED

      public static String RCODE_EXPIRED
      Deprecated.
    • RCODE_USERIDERR

      public static String RCODE_USERIDERR
      Deprecated.
    • RCODE_ENVDEFERR

      public static String RCODE_ENVDEFERR
      Deprecated.
    • RCODE_ENQBUSY

      public static String RCODE_ENQBUSY
      Deprecated.
    • RCODE_JIDERR

      public static String RCODE_JIDERR
      Deprecated.
    • RCODE_NOJBUFSP

      public static String RCODE_NOJBUFSP
      Deprecated.
    • RCODE_ROLLEDBACK

      public static String RCODE_ROLLEDBACK
      Deprecated.
    • RCODE_RETPAGE

      public static String RCODE_RETPAGE
      Deprecated.
    • RCODE_MAPFAIL

      public static String RCODE_MAPFAIL
      Deprecated.
    • RCODE_INVMPSZ

      public static String RCODE_INVMPSZ
      Deprecated.
    • RCODE_INVERRTERM

      public static String RCODE_INVERRTERM
      Deprecated.
    • RCODE_RTESOME

      public static String RCODE_RTESOME
      Deprecated.
    • RCODE_RTEFAIL

      public static String RCODE_RTEFAIL
      Deprecated.
    • RCODE_PARTNFAIL

      public static String RCODE_PARTNFAIL
      Deprecated.
    • RCODE_INVPARTN

      public static String RCODE_INVPARTN
      Deprecated.
    • RCODE_INVPARTNSET

      public static String RCODE_INVPARTNSET
      Deprecated.
    • RCODE_INVLDC

      public static String RCODE_INVLDC
      Deprecated.
    • RCODE_UNEXPIN

      public static String RCODE_UNEXPIN
      Deprecated.
    • RCODE_TSIOERR

      public static String RCODE_TSIOERR
      Deprecated.
    • RCODE_OVERFLOW

      public static String RCODE_OVERFLOW
      Deprecated.
    • RCODE_IGREQID

      public static String RCODE_IGREQID
      Deprecated.
    • RCODE_DSSTAT

      public static String RCODE_DSSTAT
      Deprecated.
    • RCODE_FUNCERR

      public static String RCODE_FUNCERR
      Deprecated.
    • RCODE_SELNERR

      public static String RCODE_SELNERR
      Deprecated.
    • RCODE_INVEXITREQ

      public static String RCODE_INVEXITREQ
      Deprecated.
    • RCODE_NOSPOOL

      public static String RCODE_NOSPOOL
      Deprecated.
    • RCODE_ALLOCERR

      public static String RCODE_ALLOCERR
      Deprecated.
    • RCODE_STRELERR

      public static String RCODE_STRELERR
      Deprecated.
    • RCODE_OPENERR

      public static String RCODE_OPENERR
      Deprecated.
    • RCODE_SPOLBUSY

      public static String RCODE_SPOLBUSY
      Deprecated.
    • RCODE_SPOLERR

      public static String RCODE_SPOLERR
      Deprecated.
    • RCODE_NODEIDERR

      public static String RCODE_NODEIDERR
      Deprecated.
  • Constructor Details

    • CicsDBResponseCodes

      public CicsDBResponseCodes()
      Deprecated.