Locating symbolic feedback codes for conditions

In Language Environment you can locate symbolic feedback codes in the following ways:
  • Look in the first column of the symbolic feedback codes table listed after each of the callable services in z/OS Language Environment Programming Reference. The symbolic feedback code table for the CEEGTST (get heap storage) callable service is shown in Table 1.
    Table 1. Symbolic feedback codes associated with CEEGTST
    Symbolic feedback code Severity Message number Message text
    CEE000 0 The service completed successfully.
    CEE0P2 4 0802 Heap storage control information was damaged.
    CEE0P3 3 0803 The heap identifier in a get storage request or a d iscard heap request was unrecognized.
    CEE0P8 3 0808 Storage size in a get storage request or a realloca te request was not a positive number.
    CEE0PD 3 0813 Insufficient storage was available to satisfy a get storage request.

    To test for the condition raised when you specify an invalid heap ID from which to get storage, you can compare the symbolic feedback code CEE0P3 to the condition token returned either from the service or from the Language Environment condition manager (depending on whether you specified fc in the call to CEEGTST).

  • If you want to code a condition handling routine to handle a condition resulting in an error message from your application, see z/OS Language Environment Runtime Messages, which lists error messages and the symbolic feedback code for conditions.