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

Calling program is taking so much time


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kappa

New User


Joined: 24 Aug 2006
Posts: 2

PostPosted: Fri Sep 22, 2006 4:06 am
Reply with quote

Hi all,

I have got a problem.

Program A is calling another program B. Program B is accessing database and it is taking so much time and it is not returning any thing to calling program.

Can we write a cobol program such that the main program abends if the program B is not returning anything even after 5 mins?

Sridhar kappa.
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Fri Sep 22, 2006 1:33 pm
Reply with quote

Hi !

I think that would not solve the problem. Better have a nearer look at your programm-b. Do an interaktive trace an correct the programm, because i think it's not probably working.

Regards, UmeySan
Back to top
View user's profile Send private message
shreevamsi

Active User


Joined: 23 Feb 2006
Posts: 305
Location: Hyderabad,India

PostPosted: Fri Sep 22, 2006 2:51 pm
Reply with quote

Why don't u assign TIME=5 parameter in your JCl that executes your Cobol program.
Back to top
View user's profile Send private message
kappa

New User


Joined: 24 Aug 2006
Posts: 2

PostPosted: Fri Sep 22, 2006 10:25 pm
Reply with quote

But we have around 1 million records and everytime we cannot decide what time exactly we need to code in JCL. If we code more time, it will take more time if we have 1000 such records in it...
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Sat Sep 23, 2006 7:54 pm
Reply with quote

Kapper,

You don't exactly say what pgmB is attempting, but database access should not take that kind of time. Umeysam is correct. Either you are making an inappropriate DB request or something is wrong w/pgmB.
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts To get the the current time DFSORT/ICETOOL 13
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
No new posts RC query -Time column CA Products 3
Search our Forums:

Back to Top