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

cobol-cics-db2 prog.


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Ashutosh Shrinet

New User


Joined: 22 Aug 2004
Posts: 10
Location: New Delhi

PostPosted: Sun Sep 26, 2004 10:50 am
Reply with quote

Hi,
I want to know the complete steps of a how to execute cobol-cics-db2 prog. I have executed cobol-db2 prog and cobol-cics prog. but don't know the steps of cobol-cics-db2 prog.please suggest me the steps .
I have writtrn the complete code but not executed yet. so ple help me . answer in easy way.
Back to top
View user's profile Send private message
sandip_datta

Active User


Joined: 02 Dec 2003
Posts: 150
Location: Tokyo, Japan

PostPosted: Sun Sep 26, 2004 2:39 pm
Reply with quote

If the program is just awaiting execution i.e., compile,bind,link everything is done then probably in the same way you have followed in COBOL-CICS program. Define transaction in CICS region and try to esecute the program.
Back to top
View user's profile Send private message
sandip_datta

Active User


Joined: 02 Dec 2003
Posts: 150
Location: Tokyo, Japan

PostPosted: Sun Sep 26, 2004 2:39 pm
Reply with quote

If the program is just awaiting execution i.e., compile,bind,link everything is done then probably in the same way you have followed in COBOL-CICS program. Define transaction in CICS region and try to execute the program.
Back to top
View user's profile Send private message
muthukumarapandian

New User


Joined: 08 Oct 2004
Posts: 42
Location: chennai, india

PostPosted: Thu Feb 24, 2005 7:28 pm
Reply with quote

Just compile , bind and link then u should follow the rules for submitting ur cics +cobol program.
Back to top
View user's profile Send private message
pradeep_singhm

New User


Joined: 01 Oct 2005
Posts: 9
Location: bangalore

PostPosted: Thu Mar 16, 2006 12:48 pm
Reply with quote

hi,
Help me it is going to abend or not? if TIME=(5,0) in JOB CARD and it contain 3 steps
all the step containing TIME=(2,0)
Back to top
View user's profile Send private message
mubashir.surury

New User


Joined: 29 Sep 2005
Posts: 23
Location: Pune

PostPosted: Thu Mar 16, 2006 2:08 pm
Reply with quote

Hi Pradeep,
the time parameter on the job card specifies that the job cannot execute for more than 5 mins and as for each step it cannot run for more than 2 mins.
if each step takes less than 2 mins and the aggregate time of all the steps is less than 5 mins then ur job won't abend.
Hope that answers ur question.
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 -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Using API Gateway from CICS program CICS 0
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
Search our Forums:

Back to Top