On Wed, Dec 15, 2010 at 11:38 AM, Richard L Peurifoy <
r-peuri...@neo.tamu.edu> wrote:

> 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.
>>
>
>
Thanks Richard, I missed that in the instructions I provided ... My bad ...
Your good.
'


> 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
> Search the archives at http://bama.ua.edu/archives/ibm-main.html
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to