About Srini

About Srini

I am a senior Software engineer by profession. Our website helps software developers find solutions to the challenges they face in their work.

Value: Our blog helps you with up-to-date interview questions and complex examples explained in simple English.

Benefits: You can easily succeed in the interviews, do your job well, and meet targets.

2 thoughts

  1. Srini, say A ,B ,C are cobol-db2 programs and we have some changes to be made in B and C (B has Db2 changes and C has cobol changes).Now C is getting called by B and B is getting called by A.

    Do we need to compile all three programs and do binding for all the 3 programs ?
    How many plans and packages will we require …?

    this queston is haunting me for ever… thot u might answer in the blog…

    Like

    1. Good Question.

        Solution:

      Programs B and C are COBOL -DB2 programs. So, if you make any change to these programs, you need to Compile (including pre-compilation for DB2) and you can bind these programs to same package (as per your workshop standard, if they are using one package, then, you need to bind to same package). Then you need to give PLAN name. The PLAN name is usually common to all these 3 programs.

      For Program-A, since you have not made any change, so, you no need to do compile and Bind.

      I hope you got the solution. Any questions please post.

      Like

Start Discussion

This site uses Akismet to reduce spam. Learn how your comment data is processed.