Etienne Thijsse wrote:

Anyone have an idea?

Thanks,
Etienne


By default, programs executed under OpenMVS are loaded into non-modifiable
storage.  The ST instruction you mention is writing to the program memory
(not allocated memory) and thus your program blows up.
You can get OpenMVS to load your program into modifiable storage by
setting this environment variable:

 _BPX_PTRACE_ATTACH=YES
  export _BPX_PTRACE_ATTACH

then your program should work just fine (as would any non-RENT program.)

   - Dave Rivers -

--
[email protected]                        Work: (919) 676-0847
Get your mainframe programming tools at http://www.dignus.com

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to