About Srini

About Srini

Our website’s primary purpose is to share unique solutions for problems that software developers face during their day-to-day job.

It also shows matching jobs, training, and methods of how they can learn within their available time.

By profession, I am in the Technology industry working as Sr. software developer.

Thanks for reading my website.

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

Leave a Reply to Srini Cancel reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

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