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