Re: JCL SET command and instream SYSIn
- From: oscarptyltd@xxxxxxxxxxxxxx (Clement Clarke)
- Date: 30 Jun 2008 06:56:39 -0700
Jol allows this. You can set up a symbolic variable, or use one of the pre-defined variables, and have it replaced on your card file.
For example, %DAY is set up by Jol
Then...
DCL X * REPLACE;
Today is %DAY
Month %MONTH
EOF;
Print x; /* Print the card file */
See www.ozemail.com.au/~oscarptyltd
Cheers,
Clem
i_mugzach@xxxxxxxxxxxxxxxx wrote:
I already tried that and it doesn't work: A jcl set variable orks only on real JCL not on instream SYSIN (DD *). Any workaround? Any alternative to modify JCL and SYSIN (for example, deleting/definning datasets with IDCAMS) at one parameter without having to use ISPF CHANGE ALL?
Thanks for your ideas
Itschak
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to listserv@xxxxxxxxxxx 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 listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
.
- References:
- JCL SET command and instream SYSIn
- From: i_mugzach@xxxxxxxxxxxxxxxx
- JCL SET command and instream SYSIn
- Prev by Date: Re: JCL SET command and instream SYSIn
- Next by Date: Re: Is this RNL correct?
- Previous by thread: JCL SET command and instream SYSIn
- Next by thread: Re: JCL SET command and instream SYSIn
- Index(es):
Relevant Pages
|