Gil,
The suggestions were for "standard" JCL submissions, in the traditional
80-byte format. Unusual or special needs were not covered.
My option number 2 works only, if you can make do with all of the parameters
(CLASS, REGION, etc) as specified in the ISPF Option 0 default job
statement. 
If you need something special for a particular job, then you're better off
having a job statement in the JCL (as I stated in my option number 1) and
just using the jobname = userid "trick" so that you get prompted to "specify
jobname characters" when you submit the job.


Regards,
Ulrich Krueger


-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf
Of Paul Gilmartin
Sent: Friday, October 02, 2009 14:36
To: [email protected]
Subject: Re: multiple jobs / same name

On Fri, 2 Oct 2009 14:20:55 -0700, Ulrich Krueger wrote:
>
>2) set up a default jobcard in ISPF option 0 with a jobname equal to userid
>+ one character or number. Then remove (or comment out) the JOB statement
in
>your JCL. When in ISPF Edit you submit this JCL, the submit program
>automatically takes the default job statement, increments the last
character
>and adds that JOB statement in front of your JCL (but does not include it
>permanently in the JCL-member. The last character of jobname increments 0
>... 9, etc and eventually wraps around for each submitted job.
>
Does this give the programmer the opportunity to review the tailored
jobcard and make ephemeral changes (not stored back in the option 0
profile) to the jobcard, such as a special REGION, CLASS, TYPRUN,
output, or time limit for a particular job?

(And to change the INTRDR attributes to something other than F80?)

-- gil

----------------------------------------------------------------------
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

----------------------------------------------------------------------
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

Reply via email to