What's wrong: at first glance, SARBCH is trying to perform an authorized instruction, or is certainly running as an authorized program. The LINKMVS host environment only works for unauthorized programs
I don't know how to solve this, though I'm sure someone else will be able to point you to the right direction. Vriendelijke Groeten / Cordialement / Best Regards / Med Vänliga Hälsningar Kevin Somers System Engineering Mainframe Volvo IT Belgium -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Gerry Anstey Sent: dinsdag 8 september 2009 13:49 To: [email protected] Subject: CA-VIEW (SARBCH) 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 ---------------------------------------------------------------------- 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

