Operator

Mainframe JOB to run CLIST or REXX In case you have figured out a repetitive task that you have to do on various members of various pds’s, Here’s a job that can do it for you. The following job can be used to run a CLIST/Rexx or a macro in batch. Isn’t that cool? //BATCHCLI   […]

Read More »

What is db2 plan

 What is a plan?  A DB2 plan is an executable module containing the access path logic produced by the DB2 optimizer. It can be consist of One or more DBRM or One or more packages or Combination of DBRM and packages A DB2 program needs a plan associated with it for it to be able

What is db2 plan Read More »

SQL CODES CODE          CAUSE +100            No rows fetched.   -102             String constant is too long   -117             The number of values you are trying to INSERT does not match the number of columns.   -180/-181     Bad data in Date/Time/Timestamp   -199              Illegal use

Read More »