Page 2 of 2

Re: Computing DATE in JCL

PostPosted: Wed Jan 02, 2013 9:41 pm
by Blackthorn
What scheduler are you using?

TWS will calculate a date 30 days previously in any fomat you require and substitute that in to the JCL at run time.

I daresay other schedulers will have similar functionality. That would eliminate the need for a previous step to genereate the ACF control cards.

Re: Computing DATE in JCL

PostPosted: Wed Jan 02, 2013 11:27 pm
by naggarwal6
Hey Blackthorn,
I am using a CA-7 scheduler.

Re: Computing DATE in JCL

PostPosted: Wed Jan 02, 2013 11:43 pm
by Robert Sample
Look up CARPROC in the CA-7 manuals, in particular the CA-7 Interfaces Guide manual, and the chapter on CA-Driver Procedures, Variable Parameters, and Functions.

Re: Computing DATE in JCL

PostPosted: Thu Feb 14, 2013 9:25 pm
by naggarwal6
Hey All,
What i want is to select a particular date range in JCL. If I get the system-date in JCL(in form of some variable or so), then i can compare that date with my date and accordingly proceed further..

Any helps??

THanks in Advance
Navdeep

Re: Computing DATE in JCL

PostPosted: Thu Feb 14, 2013 9:42 pm
by Akatsukami
naggarwal6 wrote:Any helps??

Aside from the three that have been given you already?

Re: Computing DATE in JCL

PostPosted: Thu Feb 14, 2013 10:13 pm
by naggarwal6
Yes..:-(