A non cobol db2 program (A) is calling a cobol db2 program (B), what all is required to setup these programs(compiling, binding etc) to run these programs. I am not sure if we should be running the program A using the normal way or use the db2 run utility.
"; ; ; ;
Custom Search
Non cobol db2 program (A) should be compiled as a normal cobol program and no bind is required. Cobol db2 program (B) should be precompiled, compiled as a cobol db2 program and should be bound with the plan of the region. For running these programs, the IKJEFT01 utility should be used to run non cobol db2 program (A) with the plan used by cobol db2 called program (B).