Anyone any idea what's wring here:

I'm trying to call SARBCH from a REXX EXEC, this is what I keep getting:

IRX0250E System abend code 047, reason code 00000000.
IRX0255E Abend in host command SARBCH or address environment routine LINKMVS.
    57 *-*  ADDRESS LINKMVS "SARBCH"
       +++ RC(-71) +++

Here is my coding:

"ALLOC DA(CAVIEW.SYSPRINT) F(SYSPRINT) NEW KEEP,
        SPACE(2 2) LRECL(133) RECFM(F B)"
"ALLOC DA(CAVIEW.OUTFILE) F(OUTFILE) NEW KEEP,
       SPACE(10 10) LRECL(133) RECFM(F B)"
"ALLOC DA(CAVIEW.SYSIN) F(SYSIN) SHR"
"ALLOC DUMMY F(REPORT)"
/*"CALL *(SARBCH)"*/
ADDRESS LINKMVS "SARBCH"
"FREE F(SYSIN,SYSPRINT,OUTFILE,REPORT)"

Any ideas?

I looked up the message but it all seemed a bit vague, has anyone had any 
success calling SARBCH from REXX?

Thanks
Gerry Anstey




This email is confidential and subject to important disclaimers and
conditions including on offers for the purchase or sale of
securities, accuracy and completeness of information, viruses,
confidentiality, legal privilege, and legal entity disclaimers,
available at http://www.jpmorgan.com/pages/disclosures/email.

----------------------------------------------------------------------
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

Reply via email to