> There is a lot of this and that on the Web, but I would like to read the > actual documentation for that reason code. Where do I find it? I look up the > message in LE M&C and find
Download the manual "z/OS UNIX System Services Messages and Codes" (3rd in the list ) from here https://www-01.ibm.com/servers/resourcelink/svc00100.nsf/pages/zOSV2R3UnixSystemServicesPublications?OpenDocument See Chapter 15 for return code "return code was 0000000156" Decimal Value: 156 Hex Value: 9C Return Code: EMVSINITIAL Description : Process Initialization error See Chapter 16 for reason codes Reason codes are sometimes referred to as errnojrs or as errno2 values. The reason code is made up of 4 bytes in the following format: cccc rrr • cccc is a halfword reason code qualifier. Generally this is used to identify the issuing module and represents a module ID. • rrrr is the halfword reason code that is described in this documentation. Only this part of the reason code is intended as an interface for programmers. rrrr = 0201 0201 JRAlreadySigSetUp BPX1MSS found the process already set up for signals. Action: Only one task can be set up for signals at any one time. Issue the signal unset (BPX1MSD) service on the task that did the last setup and then reissue this service. Thanks, Kolusu ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
