On Thu, 30 May 2013 15:56:39 -0400, Micheal Butz <[email protected]> wrote:
>For reason code 4 the explanation says >A program issued a SVC 114 the EXCPVR macro That may be a possible clue to your problem. It says you're using EXCPVR, and from "z/OS V1R13.0 DFSMSdfp Advanced Services" we can see that "In order to issue EXCPVR, your program must be executing in protection key zero to seven, executing in supervisor state, or be APF authorized." From your earlier note, you're trying to do this under TSO TEST, but TEST won't invoke programs in an authorized state. You would probably need to use the TESTAUTH command instead. -- Walt ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
