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

CICS & DB2 Combination and compilation procedure.


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

New User


Joined: 28 May 2005
Posts: 6

PostPosted: Mon Aug 01, 2005 12:15 am
Reply with quote

Hello,

In IBM test they ask what is the order of compilation in CICS DB2 combination ? does the order of compilation matter?

In general how is DB2 - CICS handled , How is it diffrent from CICS - VSAM combination.

Regards
Siva.
Back to top
View user's profile Send private message
SHIVAREDDY

New User


Joined: 25 Jul 2005
Posts: 20

PostPosted: Mon Aug 01, 2005 5:42 pm
Reply with quote

HI SIVA,

This is the way in which DB2-CICS works (stated simply):

1. First DB2 statements are precompiled to replace DB2 statements with equivalent COBOL statements. Inputs in this part of compile JCL are: DBRMLIB name,SOURCE program name(PDS)
LOADMEM of DBRMLIB,MEMNAME of SOURCE program

2.Next CICS PRECOMPILE is done Input to this part of compile JCL is Maplib name

3.Next actual COBOL compile JCL stmts which u normally see.

4.Next LINK EDIT Input to this part of compile JCL is LOADLIB,LOADMEM.

5.Finally BIND JCL stmts where u specify ur PLAN .

From the above what i think is order is definitely important in CICS DB2 compilation bcoz from the starting steps u can understand that output of one step is input to other.

HOPE THIS HELPS U.pls do reply if u have any doubts.Bye icon_biggrin.gif CHEERS
Back to top
View user's profile Send private message
sivamf

New User


Joined: 28 May 2005
Posts: 6

PostPosted: Sat Aug 06, 2005 11:11 am
Reply with quote

Thank you verymuch for the reply shiva reddy.

Do you know what is REVERSE CONTRAPTION they asked me in accenture interview i dont even know if it is related to mainframe
Back to top
View user's profile Send private message
SHIVAREDDY

New User


Joined: 25 Jul 2005
Posts: 20

PostPosted: Tue Aug 16, 2005 10:03 am
Reply with quote

hi siva,
sorry i have no idea about that.i didn't find any clues even in google.
CHEERS icon_biggrin.gif bye..
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 Using API Gateway from CICS program CICS 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top