After bind i how can we run a cobol-db2 program?

Showing Answers 1 - 3 of 3 Answers

Saradha

  • Oct 13th, 2005
 

Using the utility IKJEFT01 in the JCL.

  Was this answer useful?  Yes

sangramkc

  • Dec 28th, 2006
 

We use IKJEFT1B

And pass the follwing in the SYSTSIN DD *

DSN SYSTEM(your DB2 system name)

RUN PROG(DB2 program name) -

PLAN(the plan name to which the program is bound) -

PARM(' vale to be passed') -

END

We need a corresponding SYSTSPRT DD parameter just like SYSOUT or SYSPRINT

Jai sai ram

Uma mahesh

  • Oct 22nd, 2007
 

After binding you can use IKJEFT01 utility in stepname and specify db2 system name, program, library and parm in sysin dd *

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions