Page 1 of 1

#JI with embedded @

PostPosted: Thu Jun 26, 2008 12:19 pm
by dylan73ph
Hi,

I saw this code in one of the JCL programs we have. Please see below:

#JI,ID=1
// DATE1=¦EZCY@1¦01,
#JI,ID=2
// DATE1=¦EZCY@1¦02


the #JI is like the IF command in JCL and the value of the variable is used as part of the filename of the output file.

Can anyone explain how the system interprets the special characters in the value of DATE1?

Thanks in advance.

Re: #JI with embedded @

PostPosted: Fri Jun 27, 2008 12:38 am
by dick scherrer
Hello Dylan and welcome to the forums,

I'd suggest you talk with your scheduling people - those look like control info for a scheduling system.

They are not (strictly speaking) jcl statements.

Re: #JI with embedded @

PostPosted: Fri Jun 27, 2008 6:00 am
by dylan73ph
Hi Dick,

Since I'm new to this command, I assumed that this value will replace DATE1 here:

//DD1 DD DSN=GD.TES32AL.P001.M01.DCIT.D&DATE1

but how will the system treat the @ and | in this #JI command? Can you tell me what will be the whole filename if the ID=1?

#JI,ID=1
// DATE1=¦EZCY@1¦01,
#JI,ID=2
// DATE1=¦EZCY@1¦02

Thanks in advance.

Re: #JI with embedded @

PostPosted: Fri Jun 27, 2008 6:07 am
by dick scherrer
Hello,

Can you tell me what will be the whole filename if the ID=1?
Sorry, but i cannot - i'm not familiar with that syntax and it is not "real" jcl (or we could find it in the jcl manual).

I'm not positive those are scheduling control info, but that is where i would start.