Search found 21 matches

by pratik Ranjan
Wed Jul 08, 2009 4:01 pm
Forum: JCL
Topic: Scheduling jobs in mainframes.
Replies: 1
Views: 4001

Scheduling jobs in mainframes.

Hi,

Actually i wanted to know how we can schedule our jobs in mainframes(i.e Time Triggered or, File Triggered). Can anyone please help me in this regard.

Thanks in advance.
by pratik Ranjan
Thu May 14, 2009 4:51 pm
Forum: JCL
Topic: Reset Condition Code.
Replies: 20
Views: 41085

Thanks a lot Mahesh for u bothered to go into mainframes and find the solution for me.
by pratik Ranjan
Thu May 14, 2009 3:06 pm
Forum: JCL
Topic: Reset Condition Code.
Replies: 20
Views: 41085

You are welcome Natarajan. Anyway i have identified the problem with the previous SYSIN card also now (It's really silly, but one can easily miss those kind of things.) Actually there must be statement continuation i.e. the SYSIN card must have looked something like //SYSIN DD DATA PRINT INFILE(CURR...
by pratik Ranjan
Thu May 14, 2009 12:21 pm
Forum: JCL
Topic: Reset Condition Code.
Replies: 20
Views: 41085

Hi, I have found out a way, and achieved my requirement. I did some changes in the SYSIN card i.e. //SYSIN DD DATA PRINT INFILE(CURRINV) COUNT(1) IF LASTCC EQ 0 THEN CANCEL REPRO INFILE(PREVINV) OUTFILE(CURRINV) SET MAXCC=0 /* Now it's working fine. But still has not got my answer that in previous c...
by pratik Ranjan
Thu May 14, 2009 9:49 am
Forum: JCL
Topic: Reset Condition Code.
Replies: 20
Views: 41085

Hi,

Does any one have any idea, how it can be done in an easy way?

Thanks.
by pratik Ranjan
Wed May 13, 2009 5:26 pm
Forum: JCL
Topic: Reset Condition Code.
Replies: 20
Views: 41085

Anuj, Actually i better tell you the exact business requirement, so that we can find one or the other solution. Our job creates a generation of a GDG everyday. Depending upon the input to the job, the genaration may or, may not be empty. So our requirement is that, if at all the genaration is empty,...
by pratik Ranjan
Wed May 13, 2009 11:30 am
Forum: JCL
Topic: Reset Condition Code.
Replies: 20
Views: 41085

Hi Anuj, Actually i am aware of IF/THEN/ELSE construct. I have used them already. But still the question is the same. If a step generates some condition code, then based upon that, using IF/THEN/ELSE construct or, COND we can invoke some other step. But after the completion of the job, the job will ...
by pratik Ranjan
Fri May 08, 2009 11:08 am
Forum: JCL
Topic: Reset Condition Code.
Replies: 20
Views: 41085

No Anuj, Of course it was a business requirement. See the requirement was "to execute a step based on the return code from another step, and at the same time when the job completes, the MAXCC must be zero". I hope the requirement is clear. Please suggest if something can be done.
by pratik Ranjan
Thu May 07, 2009 1:28 pm
Forum: JCL
Topic: Please help with answer
Replies: 3
Views: 5493

Hi,

I believe the answer must be Load Library.

Thanks.
by pratik Ranjan
Thu May 07, 2009 12:22 pm
Forum: JCL
Topic: Reset Condition Code.
Replies: 20
Views: 41085

Hi All,

I tried almost all the possibilities related to IF THEN, and SET statements. But it is turning out to be the same answer that we can't reset a condition code of one step in subsequent steps. Please let me know if there is any other way to achieve this.

Thanks.
by pratik Ranjan
Thu May 07, 2009 12:17 pm
Forum: JCL
Topic: MAXCC = 3984.
Replies: 4
Views: 6501

Hi Anuj, Thanks for your response. Actually the Sysout information doesn't list much. But when i broused thru our system help panels, i got the same explanation i.e. CA-DISK, 3984 Internal error: Check count is zero. But by this i could not make out anything. Could you please suggest, what may be th...
by pratik Ranjan
Wed May 06, 2009 2:37 pm
Forum: JCL
Topic: MAXCC = 3984.
Replies: 4
Views: 6501

MAXCC = 3984.

Can somebody tell me what does this condition code signify in a JCL.
by pratik Ranjan
Wed May 06, 2009 2:35 pm
Forum: JCL
Topic: Reset Condition Code.
Replies: 20
Views: 41085

Reset Condition Code.

Can we reset the condition code returned by one step in subsequent steps in a JCL?
by pratik Ranjan
Fri Feb 06, 2009 1:14 pm
Forum: Admin Announcements
Topic: STAR MEMBER AWARD - FOR JANUARY 2009
Replies: 11
Views: 20468

Congrats Anuj.
by pratik Ranjan
Fri Feb 06, 2009 1:11 pm
Forum: JCL
Topic: JCL Query- Urgent.
Replies: 16
Views: 19306

Thanks Natarajan/Anuj, Actually once i came to know about the keyword 'INCLUDE' from you people, i did some more research, and then i optimized my JCLs as below. I created a PDS and stored all the symbolics there as below. PDS : PRATIK.SYMBOLIC(KEYWORDS) Contents of this MEMBER: //SET SYMBOL1=...,SY...