pen on keyboard
REXX

REXX Standard Error Codes Description

The following table contains the description of REXX error codes.  Error numbers between 51 and 99 are implementation-dependent.  Bear in mind that additional error information may be obtained by requesting the condition built-in function’s optional description value.   Error Code Description 1    Reserved 2    Reserved 3    Program is unreadable 4    Program interrupted 5 […]
Security
RACF

Useful RACF Commands for Administrators

The following are a few common RACF commands used by Security Administrators in the Mainframe environment. Note that the commands shown are very simplified examples. More details of the commands and their parameters can be found in IBM’s manual.   User Profiles AU userid NAME(‘user_name’) DFLTGRP(grp_name) OWNER(owner) PASS(password) Add a […]
pen on keyboard
MVS

VSAM Open Error Codes

136(88) Not enough Virtual-Storage Space is available for Work Areas, Control Blocks, or Buffers. 144(90) An uncorrectable I/O error occurred while VSAM was Reading or Writing a catalog record. 148(94) No record for the data set to be opened was found in the available catalog(s) or an unidentified error occurred […]