In cobol+DB2program if the code of cobol program has changed
than i have to do precompilation once again?
Answer Posted / rizwan
Yes We need to recompile it once again
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a db2 collection?
What is phantom read in db2?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?
What is a storage group (stogroup)?
before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?
Which isolation level provides maximum concurrency?
What is the physical storage length of date data type?
Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?
What is the picture clause of null indicator variable?
can we view the access paths created by dbrm ? how ? thx
What is db2 catalog database?
What are the prerogatives?
Is it possible to create an Instance in DB2 using DB2 Control Center ?
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
What is the use of db2 optimizer?