Paul Gilmartin wrote:
On Thu, 19 Jun 2008 15:55:29 +0200, Michael Knigge wrote:

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.

could anyone tell what I have to do to get this great feture back?

I couldn't resist trying the obvious, if only to verify that I got
the expected (WAD) failure:

        1 //&SYSUID   JOB  &SYSUID,'Paul Gilmartin',                            
  JOB02946
          // MSGLEVEL=(1,1),REGION=0M,MSGCLASS=R
          //*
          IEFC653I SUBSTITUTION JCL - SPPG,'Paul 
Gilmartin',MSGLEVEL=(1,1),REGION=0M,MSGCLASS=R
          ...
 STMT NO. MESSAGE
        1 IEFC662I INVALID LABEL

Why, why, why?!

I hate JCL!


From the JCL reference, chapter 5, section on JCL symbols,
the rules include:

4. Do not use symbols to change the identifier field, name field,
or operation field of a JCL statement

So you can't use symbols in the name field of a JCL statement;
I admit it would be nice, but you can't. Lobby for change.



Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-393-8716
http://www.trainersfriend.com

  z/OS Application development made easier
    * Our classes include
       + How things work
       + Programming examples with realistic applications
       + Starter / skeleton code
       + Complete working programs
       + Useful utilities and subroutines
       + Tips and techniques

==> Check out the Trainer's Friend Store to purchase z/OS  <==
==> application developer toolkits. Sample code in four    <==
==> programming languages, JCL to Assemble or compile,     <==
==> bind and test.                                         <==
==>   http://www.trainersfriend.com/TTFStore/index.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