If a non-DB2 program calls a DB2 program, the calling
program's name will be there in SYSIN of IKJEFT01 and the
plan name will be that of the called program. But is a bind
needed or a plan has to be created for the non-DB2 program
also?



If a non-DB2 program calls a DB2 program, the calling program's name will be there in SYSIN o..

Answer / sudi

No Plan needs to be created for the Non-DB2 program. The
SYSTIN should be as below:

DSN SYSTEM(XXXX)
RUN PROGRAM(Non-DB2 Program name) PLAN(DB2 PROGRAM NAME)
END

Is This Answer Correct ?    20 Yes 0 No

Post New Answer

More DB2 Interview Questions

If a table has a column "dept" (declared to have nulls) and there are 10 rows in the table of which 3 have a null value in the dept column, what will select count(*) and select count(distinct dept) return?

6 Answers  


Which catalog table stores referential constraints?

1 Answers  


Are view updateable?

0 Answers  


Compare a subselect to a join?

1 Answers  


What types of tables are there in the db2 database?

0 Answers  






What is a DB2 catalog?

2 Answers  


How to check sequence on a table in db2?

0 Answers  


What is dclgen in db2?

0 Answers  


Define predicate?

0 Answers  


what is the input to PLAN? what is the input to DBRM?

4 Answers  


Assuming that a site's standard is that pgm name = plan name, what is the easiest way to find out which Will precompile of an DB2-COBOL program bomb, if DB2 is down?

1 Answers  


Highlight all the advantages that are attached to a package.

0 Answers  


Categories