View previous topic :: View next topic |
Author |
Message |
uthaman Beginner
Joined: 09 Apr 2007 Posts: 14 Topics: 9
|
Posted: Thu Feb 19, 2009 10:10 am Post subject: Does A Proc Always need Job Steps? |
|
|
Do you always need to have jobsteps within a proc?
I am trying to use a proc to set environment variables only. Then I am creating a proc for each of my testing regions. Next I am setting up my JCL so that it uses symbolics for the file names, meaning I only need to point at a different proc to run against a different region.
Is this the correct way to use procs? It must not be because I can't get it to work!! Not having much luck searching around for a good solution to what I am trying to do, so this JCL-newbie could use some help!!
Thanks!!! |
|
Back to top |
|
|
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Thu Feb 19, 2009 11:24 am Post subject: |
|
|
INCLUDE maybe the way to go. _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
|
warp5 Intermediate
Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Fri Feb 20, 2009 5:10 am Post subject: |
|
|
Dick is right!
//SYMDEF INCLUDE MEMBER=SYMDEF
The member has to be in a PROCLIB that is available to JES2
I am going to have to look up where Varel, Germany is, never heard of it. |
|
Back to top |
|
|
warp5 Intermediate
Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Fri Feb 20, 2009 5:16 am Post subject: |
|
|
Varel is near the north coast of Germany, don't get up in that area (that far north) very often. |
|
Back to top |
|
|
|
|