On Mon, 23 Jan 2012 10:01:42 -0600, Walt Farrell wrote: >On Mon, 23 Jan 2012 10:18:41 -0500, Scott Ford wrote: > >>Does anyone know or have called IKJEFT01 from a LE COBOL program. >>I have read manuals and googled and found no definitive answer. > >I believe that IKJEFT01 must be invoked APF-authorized, and that probably your >COBOL program runs unauthorized. > >What exactly are you trying to accomplish? If you explain your need, rather >than asking about one possible solution, we may have more success suggesting >alternatives. > For a Rube Goldberg, from Rexx I've done "address SYSCALL spawn" (I believe the assembler equivalent is BPX1SPN) of a Rexx EXEC in a UNIX file which issues the UNIX flavor of "address TSO" which starts a separate address space, circumventing the APF limitations. Trapping output is elementary -- it comes back in stdout. The drawback is the new TSO address space doesn't share DDNAME allocations with the parent.
-- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN

