On 12/15/2010 1:22 PM, Lorne Dudley wrote:
I'm having problems getting the following batch program to run
correctly. It's running from an authorized library and abends with 0C4,
reason code 4.
Are you trying to update a field pointed to by CVTUSER, or
are you trying to update the CVTUSER field in the CVT?
If the latter, you need
LA R3,CVTUSER LOAD CVTUSER ADDRESS
rather than
L R3,CVTUSER LOAD CVTUSER ADDRESS
or
MVC CVTUSER,=C'TEST'
instead of
MVC R3(4),=C'TEST'
--
Richard
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html