IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Question about Control-M


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rrk_007

New User


Joined: 22 May 2007
Posts: 17
Location: Mumbai

PostPosted: Tue Jan 29, 2008 8:26 pm
Reply with quote

We have a job that fails frequently with CC 8. I am in a positon that I could not remove this job from scheduling. Also No value is added from this job. So can I enable a change so that this job won't fail in Control-M and leaves way to other job in the queue.

Thanks,
Back to top
View user's profile Send private message
Phrzby Phil

Senior Member


Joined: 31 Oct 2006
Posts: 1042
Location: Richmond, Virginia

PostPosted: Tue Jan 29, 2008 9:58 pm
Reply with quote

I presume that when you say you cannot remove it fro the schedule, you are not allowed to modify its IN and OUT conditions.

Are you allowed to replace the OVERRIDE library name with DUMMY? This will skip running the job but it will not fail, thus the schedule will continue.

Or may you define CC=8 as "not failure"?
Back to top
View user's profile Send private message
rrk_007

New User


Joined: 22 May 2007
Posts: 17
Location: Mumbai

PostPosted: Wed Jan 30, 2008 6:10 pm
Reply with quote

" Or may you define CC=8 as "not failure"? "


Is this possible? Can you explain more how to do this?
Back to top
View user's profile Send private message
Phrzby Phil

Senior Member


Joined: 31 Oct 2006
Posts: 1042
Location: Richmond, Virginia

PostPosted: Wed Jan 30, 2008 8:58 pm
Reply with quote

First, you need to know your installation's default RC values indicating NOTOK (i.e., failure).

At ours, everything (except abends) is OK unless otherwise specified.

In the OUT section, this code:

Code:
ON PGMST ANYSTEP  PROCST          CODES >C0004 NC3500 NC3510 NC0008   A/O 
                                  CODES                                   
  DO NOTOK                                                                 


defines any RC > 4 as NOTOK, except for 3500, 3510, and 0008 (these are OK).
Back to top
View user's profile Send private message
rrk_007

New User


Joined: 22 May 2007
Posts: 17
Location: Mumbai

PostPosted: Fri Feb 01, 2008 4:56 pm
Reply with quote

Thank you very much Phrzby Phil!!!!
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts Using Dynamic file handler in the Fil... COBOL Programming 2
No new posts Question for file manager IBM Tools 7
No new posts question for Pedro TSO/ISPF 2
No new posts Help Control-R IBM Tools 2
No new posts question on Outrec and sort #Digvijay DFSORT/ICETOOL 20
Search our Forums:

Back to Top