Re: JES2 Symbolic Parameter Passing

2006-08-28 Thread McKown, John
> -Original Message- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Shmuel Metz (Seymour J.) > Sent: Monday, August 28, 2006 6:32 AM > To: IBM-MAIN@BAMA.UA.EDU > Subject: Re: JES2 Symbolic Parameter Passing > > > Make a bus

Re: JES2 Symbolic Parameter Passing

2006-08-28 Thread Shmuel Metz (Seymour J.)
In <[EMAIL PROTECTED]>, on 08/27/2006 at 01:36 PM, Ken Hansen <[EMAIL PROTECTED]> said: >I am looking to run an inline proc that will insert the rundate from > the System Which system? They might not all be in the same timezone. >into a data set name in a JES2 environment. It's an MVS proble

Re: JES2 Symbolic Parameter Passing

2006-08-27 Thread Tom Marchant
On Sun, 27 Aug 2006 19:08:31 -0400, Scott Barry <[EMAIL PROTECTED]> wrote: >There is a solution the basic problem. Consider setting up a REXX-based or some other batch job >that runs at midnight and generates various desired JCL symbolics, for example, today, today-1, >current-week previous-week

Re: JES2 Symbolic Parameter Passing

2006-08-27 Thread Scott Barry
There is a solution the basic problem. Consider setting up a REXX-based or some other batch job that runs at midnight and generates various desired JCL symbolics, for example, today, today-1, current-week previous-week (and in various formats). Then use a JCL INCLUDE statement to access the sy

Re: JES2 Symbolic Parameter Passing

2006-08-27 Thread Ted MacNEIL
>You can't do it. Complain to IBM. Make out a Requirement. They'll ignore >you, as they have ignored numerous other customers with the same requirement. It's not a matter of ignoring you. IBM made a statement a long time ago regarding Batch and System variables. Could you be ignoring IBM? Wh

Re: JES2 Symbolic Parameter Passing

2006-08-27 Thread Paul Gilmartin
In a recent note, Ken Hansen said: > Date: Sun, 27 Aug 2006 13:36:29 -0500 > > //STEP EXEC MYPROC,MYDATE=&SYSDATE > > This does not work. If anyone can tell me how to correct this, I would > appreciate your input. > You can't do it. Complain to IBM. Make out a Requirement. They'l

JES2 Symbolic Parameter Passing

2006-08-27 Thread Ken Hansen
Somewhere I remember something like this being done. But my research has note produced a workable answer. I am looking to run an inline proc that will insert the rundate from the System into a data set name in a JES2 environment. Generation data sets will not work for this situation. I am