Skip to main content

Posts

Showing posts from March, 2009

DB2-CICS Program Compilation and Run Process

Write a DB2/CICS program Compile it using DB2/CICS compailer JCL Use BIND JCL for binding process Now Sign on to CICS Region. Define and install the program. Define and install the Transation. Check whether there is any DB2 Connection. If not Create a connection using ceda def db2c(....) Define and install the DB2 Entry using ceda def db2e(.......) Define and install the DB2 Transation using ceda def db2t(.......) now your setup is ready and you can run your program using the transation ID