|
|
| Author |
Message |
sunojsm Warnings : 1 New User
Joined: 21 Jun 2004 Posts: 48 Location: Heaven
|
|
|
|
Can anybody tell me the Step by Step Procedure to connect DB2 using CICS
thank u |
|
| Back to top |
|
 |
References
|
Posted: Tue Feb 15, 2005 8:54 am Post subject: Re: Step by Step Procedure to connect DB2 using CICS |
 |
|
|
 |
rick
Moderator
Joined: 18 Jun 2004 Posts: 61 Location: Kuzhithurai
|
|
|
|
Hi,
1) Write a DB2/CICS program and compile it using DB2/CICS compailer JCL
2) Use BIND JCL for binding process
3) Now Sign on to CICS Region.
4) Define and install the program.
5) Define and install the Transation.
6) Check whether there is any DB2 Connection. If not Create a connection using
ceda def db2c(....)
7) Define and install the DB2 Entry using
ceda def db2e(.......)
8) Define and install the DB2 Transation using
ceda def db2t(.......)
9) now your setup is ready and you can run your program using the transation ID
Regards,
Rick.
frederick.tybalt@anewcon.com |
|
| Back to top |
|
 |
sunojsm Warnings : 1 New User
Joined: 21 Jun 2004 Posts: 48 Location: Heaven
|
|
|
|
| thanks rick for ur response. |
|
| Back to top |
|
 |
sunojsm Warnings : 1 New User
Joined: 21 Jun 2004 Posts: 48 Location: Heaven
|
|
|
|
HI,
I want to know the connection details,And one more thing want to know the configuraition.Management tools that are being used to write a new
code. |
|
| Back to top |
|
 |
|
|