> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Michael Knigge > Sent: Thursday, June 19, 2008 8:55 AM > To: [email protected] > Subject: Set JobId on Submit.. > > All, > > I'm currently working on a new system and I miss a great > feature(tm). On > the systems I've been working so far the Jobid of a JCL was > automatically set to my UserId when I've submitted the Job. > > i. e.: > > //ABCXYZPQ JOB 999830010T,'SPUFI',CLASS=A,NOTIFY=&SYSUID, > // MSGCLASS=H,MSGLEVEL=(1,1),&SYSUID > > Here "ABCXYZP" was replace with my userid FOOBAA0, resulting to the > jobname FOOBAA0Q... > > could anyone tell what I have to do to get this great feture back? > > > Thanks, > Michael
That was likely an "in house" function. There is no such function as distributed by IBM. If you are talking about submitting from TSO, then I'd bet it was done via the IKJEFF10 submit exit. Basically, you're likely out of luck. I'd really LOVE for IBM to allow something like: //&SYSUID.A JOB ...,NOTIFY=&SYSUID -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology The information contained in this e-mail message may be privileged and/or confidential. It is for intended addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication is strictly prohibited and could, in certain circumstances, be a criminal offense. If you have received this e-mail in error, please notify the sender by reply and delete this message without copying or disclosing it. ---------------------------------------------------------------------- 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

