View previous topic :: View next topic
|
Author |
Message |
priya
Moderator
Joined: 24 Jul 2003 Posts: 568 Location: Bangalore
|
|
|
|
Can anybody explain how can I run my DB2 program in mainframe? |
|
Back to top |
|
|
mdtendulkar
Active User
Joined: 29 Jul 2003 Posts: 237 Location: USA
|
|
|
|
Hello Priya,
Steps to run the COBOL-DB2 program in mainframes:
1) Code the DB2 program
2) Compile the program (using a JCL with DB2 precompile step)
3) Bind the DBRM to the Plan
4) Use this plan to execute the program using IKJEFT* programs.
Your run jcl will contain folloowing in SYSTSIN
DSN RUN
SYSTEM(your db2 sub-system)
PROGRAM(program-name)
PLAN(plan-name)
LIB(your library)
PARM(any parms)
Hope this helps,
Regards
Mayuresh Tendulkar |
|
Back to top |
|
|
johnsingh
New User
Joined: 11 May 2005 Posts: 22
|
|
|
|
Dear all,
Please, let me know details about to run a cics and db2 program in mainframes.
Thanks. |
|
Back to top |
|
|
|