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

How CICS screens use IMS DB


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

New User


Joined: 23 Sep 2006
Posts: 13
Location: Pune

PostPosted: Thu Jul 12, 2007 8:09 am
Reply with quote

how CICS screens use IMS DB, what are the various points we need to take care of while designing the same model..?

Thanks in advance
ManSab
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Thu Jul 12, 2007 11:19 am
Reply with quote

I dont see any special handling required for CICS screens.

In COBOL program make sure you are issuing IMS PCB call, also EXEC DLI should be used, you need to check the UIB status code before checking for DLI status code, may be at the end you can issue TERM call to commit all your changes.
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Fri Jul 13, 2007 1:39 am
Reply with quote

Screens are not directly related to an IMS DB. It's the application gathering data to fill messages to be sent out and it's also the application to care of handling the data in returned messages towards an IMS DB.
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 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