I'm fairly sure that Walt Farrel (RACF person) would strongly suggest using the RACF HLL Callable Services http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ICHZD1B0/2.19
But this is probably not as easy. One vague thing rattling around in my head <ouch!>, is to use REXX. http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ikj4a390/8.3 You could then invoke a REXX program (in-memory) which uses the BPXWUNIX() function to invoke the "tsocmd" UNIX command. This command, under z/OS 1.12+, can do the RACF SEARCH. http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/bpxzb6a0/5.2 You might even be able to use System/REXX. But I'm not at all familar with that, or how to use it. -- John McKown Systems Engineer IV IT Administrative Services Group HealthMarkets(r) 9151 Boulevard 26 * N. Richland Hills * TX 76010 (817) 255-3225 phone * [email protected] * www.HealthMarkets.com Confidentiality Notice: This e-mail message may contain confidential or proprietary information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. HealthMarkets(r) is the brand name for products underwritten and issued by the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance Company(r), Mid-West National Life Insurance Company of TennesseeSM and The MEGA Life and Health Insurance Company.SM > -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[email protected]] On Behalf Of Scott Ford > Sent: Monday, January 23, 2012 10:25 AM > To: [email protected] > Subject: Re: Ikjeft01 > > Sorry guys my fault, I should have explained. My LE COBOL > program is APF authorized. > I want to be able to all call IKJEFT01 to invoke authorized > functions. These calls are RACF or one of the other security > subsystems. I know certain authorized calls I cannot make , > now I am submitting a batch IKJEFT01 job stream to the Intrdr > and I want to internalize this process to the > COBOL STC. Another solution is where can I find an example of > an equivalent of > RACF SEARCH CLASS(FACILITY) or DATASET ? > > > > Sent from my iPad > Scott Ford > Senior Systems Engineer > www.identityforge.com > > > > On Jan 23, 2012, at 10:44 AM, John Gilmore > <[email protected]> wrote: > > > Scott, > > > > I know of COBOL APs that create a jobstream/card-image sequence that > > in turn invokes IKJEFT01, writing it out to the internal > reader; and I > > have myself done this in PL/I. > > > > Are you thinking of something more direct? > > > > --jg > > > > On 1/23/12, Scott Ford <[email protected]> wrote: > >> All, > >> > >> Does anyone know or have called IKJEFT01 from a LE COBOL program. > >> I have read manuals and googled and found no definitive answer. > >> > >> Sent from my iPad > >> Scott Ford > >> Senior Systems Engineer > >> www.identityforge.com > >> > >> > ---------------------------------------------------------------------- > >> For IBM-MAIN subscribe / signoff / archive access instructions, > >> send email to [email protected] with the message: INFO IBM-MAIN > >> > > > > > > -- > > John Gilmore, Ashland, MA 01721 - USA > > > > > ---------------------------------------------------------------------- > > For IBM-MAIN subscribe / signoff / archive access instructions, > > send email to [email protected] with the message: INFO IBM-MAIN > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN

