! MEGA_EXAMPLE_MSGS.MSG ! ! An example file for Chapter 9 ! ! ! Possible Severity codes: ! .SEVERITY FATAL ! .SEVERITY WARNING ! .SEVERITY SUCCESS ! .SEVERITY ERROR ! .SEVERITY INFORMATIONAL ! ! Explanation comments need to contain an accurate description ! of what conditions are allowed to return the value. ! ! User Action comments need to explain what either the user or the ! support programmer needs to do in order to sweep this up. ! .TITLE MEGA_EXAMPLE_MSGS .FACILITY MEGA,1900/PREFIX=MEGA_ ! ! .SEVERITY SUCCESS SUCCESS !++ ! EXPLANATION: All systems go Five by Five ! ! USER ACTION: None needed. !-- .SEVERITY INFORMATIONAL RTOOLONG !++ ! EXPLANATION: Response returned to caller outside of alotted ! response time window. ! ! USER ACTION: Check request which generated this message to see ! if it was a nested inquiry requiring !-- .SEVERITY WARNING SHRTRPT !++ ! EXPLANATION: A data access error on the indexed file ! caused the report to generate without a full set of records ! ! USER ACTION: Use the SHOW DEVICE/FILE command to determine what ! process is locking records in the file. Run the report again ! once the process which is locking records has completed. !-- .SEVERITY ERROR HRDERR !++ ! EXPLANATION: An unhandled exception was tossed by a program ! which was cast back to the operating system. ! ! USER ACTION: Check the job logs, the stack dump screen, etc. ! Developer will need to use the debugger and recreate this problem. !-- .SEVERITY FATAL ABEND !++ ! EXPLANATION: An unhandled exception was tossed by a program ! which was cast back to the operating system. ! ! USER ACTION: Check the job logs, the stack dump screen, etc. ! Developer will need to use the debugger and recreate this problem. !-- .END