View previous topic :: View next topic |
Author |
Message |
sravanguttu Beginner
Joined: 25 May 2003 Posts: 5 Topics: 3
|
Posted: Wed May 28, 2003 2:14 am Post subject: execute program |
|
|
I have written cobol+db2+cics program. for running this what are the steps i have to take .plz explain clearly each step |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Wed May 28, 2003 5:43 am Post subject: |
|
|
Sravan,
That was quick. 2 days ago you wrote a cobol+ db2 program and now you moved on to CICS Program.
Before you run your COBOL+DB2+CICS program you need to prepare the program.The following are the steps
1. DB2 precompiling
2. CICS Command Language Translation
3. Compiling the host language source statements
4. Link-editing the compiler output
5. Binding the DBRM
6. Running the prepared application.
once you have completed the steps 1 thru 6 successfully , you have to logon to your CICS region and just type in the TRANSACTION associated with the program.
Check the following link for a detailed explanation of each step.
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/DSNAPH10/CCONTENTS?DT=20010209162045
Hope this helps...
cheers
kolusu |
|
Back to top |
|
|
sravanguttu Beginner
Joined: 25 May 2003 Posts: 5 Topics: 3
|
Posted: Thu May 29, 2003 5:19 am Post subject: |
|
|
how meny ways we can test and debug my cobol+cics+db2 .
plz give me details regarding this
thanku
sravan kumar |
|
Back to top |
|
|
|
|