On Sun, 28 Aug 2005 14:07:49 EDT, Ira Broussard <[EMAIL PROTECTED]> wrote:
>Does IEFUSI run under the same TCB as the subsequent job step TCB? I need to >get control in a job step before the job step program starts executing, and >create a name/token pair at the task level that a program subsequently running > on the job step TCB can retrieve. Will IEFUSI allow me to do this? Any other > suggestions? > >Thanks, >Ira Broussard The problem you will face is that an initiator is a continuously running address space and so any name/token pairs you set up in one job will be picked up by the next job. I have a bit of assembler shareware at http://home.clara.net/andywrobertson/mvsinstasm.html This includes three routines INSTGET, INSTSET, and INSTUJI which do something that may be a bit like what you want. These routines set up name/token pairs at system level. The name includes the ASID of the initiator address space so different address spaces do not conflict. INSTUJI is an IEFUJI module that cleans out name/token pairs from the address space before the first step of a job, INSTSET runs as an (authorised) batch program to set name/token pairs at any time in the job INSTGET is a routine HLL programs use to get name/token pairs. It's not quite what you want, but it should be adaptable. ---------------------------------------------------------------------- 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

