Wrt IEFUJV, the first word of the parameter list points to the Common
Exit parameter area. Offset +20 of that contains the user identification
with the description:

"User identification. SMF places this data in all subsequent  
 records for this job. This field is initialized to EBCDIC    
 blanks when each job is read.                                
                                                              
 Note: This field is not related to the USER parameter on the 
 JOB statement."

So when the job deck is read and IEFUJV is called, the userid is not
known?

-Robin

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
Behalf Of Chicklon, Thomas
Sent: 10 August 2011 16:57
To: IBM-MAIN@bama.ua.edu
Subject: Re: Enforcing job name conventions - which exit?

IEFUJV can do everything, and the TSO submit exit would not be
necessary.

Duplicating the code in the TSO submit exit is a way of being nice to
the users and letting them know at submit time that there is a problem
with the way they coded their job card. Otherwise, it can be much later
for a number of reasons before the job is failed by UJV. 

Tom Chicklon

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
Behalf Of Paul Gilmartin
Sent: Wednesday, August 10, 2011 11:45 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Enforcing job name conventions - which exit?

On Wed, 10 Aug 2011 10:25:37 -0400, Scott Rowe wrote:

>Two what?
>
>There is one TSO submit exit (IKJEFF10), and one job verification exit
>(IEFUJV).  These two exit points were created for different purposes
and
>functions.
> 
What can be done in IKJEFF10 that couldn't equally well be done in
IEFUJV?  Can IEFUJV detect that the job is being submitted from a
TSO session (whether by SUBMIT or writing directly to INTRDR)
and take any special action needed for TSO?  Does IEFUJV get control
too late to perform actions required for TSO?  Or does IEFUJV get
control too early, before some control blocks required for TSO
operations are set up?

-- gil


This e-mail transmission contains information that is confidential and
may be privileged.   It is intended only for the addressee(s) named
above. If you receive this e-mail in error, please do not read, copy or
disseminate it in any manner. If you are not the intended recipient, any
disclosure, copying, distribution or use of the contents of this
information is prohibited. Please reply to the message immediately by
informing the sender that the message was misdirected. After replying,
please erase it from your computer system. Your assistance in correcting
this error is appreciated.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

This message has been scanned by MailController -
portal1.mailcontroller.co.uk

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to