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

Accessing IMS DB using CICS


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sriramvempaty

New User


Joined: 02 Aug 2007
Posts: 18
Location: india

PostPosted: Mon Jan 21, 2008 1:23 pm
Reply with quote

Hi,

Can any one tell me in detail about the steps to be followed for accessing ims database using cics app progs or how to establish connection b/w cics and ims db?


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

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Thu Jan 24, 2008 11:30 am
Reply with quote

In the CICS program you need to issue PCB call and set the pointers to PCBs. Also you will need to check for UIB status code.

You can search, here is one of the link: publib.boulder.ibm.com/infocenter/radhelp/v6r0m1/index.jsp?topic=/com.ibm.etools.egl.doc/topics/reglasm1421.html
Back to top
View user's profile Send private message
shyam k dhanraj

New User


Joined: 18 Jun 2008
Posts: 27
Location: bangalore

PostPosted: Thu Jun 19, 2008 8:13 pm
Reply with quote

Can I please get a JCL to link edit CICS IMS DB program ?
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Thu Jun 19, 2008 9:00 pm
Reply with quote

Dear Sir !

Plse have a look at the following link. For doing that you could use the EXEC-DLI Commands.

Pendant to the EXEC-CICS Commands.

publib.boulder.ibm.com/infocenter/dzichelp/v2r2/index.jsp?topic=/com.ibm.ims9.doc.apcics/xf48d9.htm
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: Thu Jun 19, 2008 10:11 pm
Reply with quote

Hello shyam k dhanraj and welcome to the forums,

Quote:
Can I please get a JCL to link edit CICS IMS DB program ?
You should ask your peers or the people who support the compiler on your system.

The compile/link jcl should be standard for your system and you should use the standard jcl not something posted on some forum.
Back to top
View user's profile Send private message
shyam k dhanraj

New User


Joined: 18 Jun 2008
Posts: 27
Location: bangalore

PostPosted: Fri Jun 20, 2008 9:56 am
Reply with quote

Thank You dick scherrer.

I dont want the exact JCL. Infact the people here don have a standard JCL to compile/lked a CICS IMS program. The information i am looking for is the name of the *.IMS.PROCLIB member that i need to put in the SYSLIN DD statement. For batch programs it is *.IMS.PROCLIB(CBLTDLI). What is the procedure that i need to put in SYSLIN DD DSN so that i can LKED CICS IMS program? FYI the translator and the compile JCL is working properly. Please help me on this.
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: Fri Jun 20, 2008 11:22 am
Reply with quote

Hello,

Quote:
Please help me on this.
Unfortunately, i don't know that we can. . . Even if there is no standard jcl inplace, the best source of the needed information is your cics or ims support people.

Quote:
The information i am looking for is the name of the *.IMS.PROCLIB member that i need to put in the SYSLIN DD statement.
This is not clear to me. A procedure library is not typically named in the syslin dd. . .
Back to top
View user's profile Send private message
satya123
Warnings : 1

New User


Joined: 18 Aug 2006
Posts: 57

PostPosted: Mon Jul 28, 2008 2:31 pm
Reply with quote

Hi all,

Can somebody send me a piece of sample program of CICS with IMS database as backend.

What type of CICS transaction entry is required for IMS database????


Thanks in advance.
satya123
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 -> CICS

 


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