Three questions regarding IEFACTRT:

1. Where is use of IEFYS for writing messages to the JOBLOG documented?
The example given in the documentation for IEFACTRT is incomplete.  Google
doesn't seem to locate the doc as well.

2. I am abending on S0C4 because getmained areas are automatically being
freed at end of step, before IEFACTRT gets control.  It is not clear to me
if SUBPOOL alone can solve the problem.  Do I need to specify
TCBADDR=TCBJSTCB on  the STORAGE macro so that the "input TCB" is the
job-step TCB?  What course is recommended?

3. The documentation says one can dynamically allocate within IEFACTRT but
the BPXWDYN routine returns a non-zero return code.  (Same code that works
fine in a regular program.)  Is this a limitation of BPXWDYN? Should I code
an SVC 99 call myself?

Thank you  in advance,
Steff Gladstone



On Fri, 5 Oct 2018 at 16:17, Charles Mills <charl...@mcn.org> wrote:

> I use the CSVDYNEX interface extensively and it has been nothing but
> bulletproof in all of my experience. Kudos!
>
> Charles
>
>
> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of Elardus Engelbrecht
> Sent: Friday, October 5, 2018 6:20 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: Looking for an appropriate system exit
>
> Peter Relson wrote:
>
> >When the facility was developed, we took a stab at which existing exits
> that we thought were most likely to be of help to the most customers. And
> I'd hope that new exits use it.
>
> That was one of the best stabs I got from Big Blue. It saved me an
> unneeded IPL when one of my SMF exits went down the bit bucket.
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to