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

problem with U0778


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nkothako

Active User


Joined: 26 Nov 2008
Posts: 125
Location: chennai

PostPosted: Sat Oct 03, 2009 4:36 pm
Reply with quote

One of my job-step is using IMSDB databases. When ever any one of the DB is down, the step is ending with U0778 ABEND and popping a production ticket. To avoid this, Is it possible in the below manner

1) Is there any function like WAIT in COBOL? If so please let me know how to code in CBLTDLI PGM
2) Is this suggestible to use
3) Will it consumes any CPU time
4) Is it possible at JCL level

Please let me know if any one has any other thoughts
Back to top
View user's profile Send private message
Sandy Zimmer

Active Member


Joined: 13 Jun 2007
Posts: 826
Location: Wilmington, DE

PostPosted: Sat Oct 03, 2009 5:35 pm
Reply with quote

You are running BMP. The only way to put it into your application program is to have inherent in ALL application programs. Talk with your tech services DBA group. There is a way, but it needs to be for every IMS program.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sun Oct 04, 2009 2:14 am
Reply with quote

Hello,

Quote:
When ever any one of the DB is down
Why is the job being scheduled/submitted when a database is down?

This might be avoided by proper scheduling.

Why is the database down?

Suggest these be addressed rather than adding unneeded complexity to the program.
Back to top
View user's profile Send private message
nkothako

Active User


Joined: 26 Nov 2008
Posts: 125
Location: chennai

PostPosted: Sun Oct 04, 2009 9:11 am
Reply with quote

Our database are used by more than one application. Mostly I could see our jobs are abending while taking an Image copy(By DBS jobs). I kept these jobs in EXCL parms at jobtrac level and also coded with CNTRL statements after jobcard. These above statements are working fine only mentioned jobs, but we are unable to control other application jobs since they are many.

Could you please let me know whether RD parameter can work here
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts z/vm installation problem All Other Mainframe Topics 0
No new posts Job scheduling problem. JCL & VSAM 9
No new posts Problem with IFTHEN=(WHEN=GROUP,BEGIN... DFSORT/ICETOOL 5
No new posts Need to add field to copybook, proble... COBOL Programming 14
Search our Forums:

Back to Top