IBM Mainframe Discussion List <[email protected]> wrote on 01/17/2013 02:33:23 PM:
> From: Richard Verville <[email protected]> > To: [email protected], > Date: 01/17/2013 03:00 PM > Subject: S0C4-4 > Sent by: IBM Mainframe Discussion List <[email protected]> > > REFRPROT is what is causing my S0C4. I wonder why this is not > happening with TS 3.2, the program has the same characteristics > (refr,rent etc...) as the one in TS 4.2. Is there a parm on the SVC > 08(load) that would change the REFR attribute (or make it ignore it). Richard REFRPROT protects the full 4K pages of REFR modules. Possibly the size of the module increased in TS 4.2 so that the area being modified now falls within a full 4K page. But a semantic point about causality: REFRPROT is not causing your 0C4. YOU are causing your 0C4 by storing into a page which the program (by specifying REFR) and the installation (by specifying REFRPROT) have requested to be protected. If the program intends that you should modify it, then it should not be linked with REFR. If the program does not intend that you should modify it, then you should not modify it. If you are modifying a program which is not provided by you, and whose provider does not intend that you should modify it, then when you modify it, you may be voiding any warranty from the provider of the program. Is that disclosed to all users of your program? Jim Mulder z/OS System Test IBM Corp. Poughkeepsie, NY ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
