View previous topic :: View next topic |
Author |
Message |
gabor.hoffer Beginner
Joined: 21 Apr 2005 Posts: 8 Topics: 2
|
Posted: Mon May 23, 2005 11:16 am Post subject: IEFACTRT Exit |
|
|
Hi,
I have 2 questions:
1. I write an Exit and I need the TCB of current Task, not TCB of Initiator.
IBM Doc: "IEFACTRT receives control with the initiator's JSCB active."
How can I get this?
2. In a testprogram with the current TCB I can discover through TIOT and JFCB all DD allcoations (JCL and Dynalloc). If I recevie the control in IEFACTRT at step termination, are these tables still avaliable?
Regards,
Gabor |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
gabor.hoffer Beginner
Joined: 21 Apr 2005 Posts: 8 Topics: 2
|
Posted: Mon May 23, 2005 12:06 pm Post subject: |
|
|
Kolusu,
I've already this documentation.
I'm trying to collect ds allocation information of the JOB at the time of step termination.
Regards,
Gabor |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
gabor.hoffer Beginner
Joined: 21 Apr 2005 Posts: 8 Topics: 2
|
Posted: Mon May 23, 2005 12:45 pm Post subject: |
|
|
Kolusu,
I know that I don't need exit to get ds allocation of a Job, but my running environment is an exit. I've written a testprogram in assembly to colllect all of these data what I need (PSA -> TCB -> TIOT -> JFCB), but I don't know how to use it in a system exit environment.
Cheers
Gabor |
|
Back to top |
|
|
|
|