Start of change

DSNJ990I csect-name SHOWCB ERROR, DDNAME = dd-name RETURN CODE = error-code REASON CODE = reason-code

Explanation

The VSAM macro SHOWCB failed when it was processing the specified data set.

csect-name
The name of the control section that issued the message.
error-code
The error code. A value of 4 means that the log data set was allocated as greater than 768 GB in size, which is not supported.
reason-code
The reason code.
dd-name
The DD name for the data set that SHOWCB was processing when it failed.

System action

Processing terminates.

System programmer response

See the information about macro return and reason codes for SHOWCB at Control block manipulation macro return and reason codes .

If the log data set was allocated as greater than 768 GB in size, reallocate the data set to be less or equal to 768 GB in size.

User response

Notify the system programmer.

Severity

8 (error)

End of change