Assuming that a site's standard is that pgm name = plan
name, what is the easiest way to find out which Will
precompile of an DB2-COBOL program bomb, if DB2 is down?
Answer / s
DB2 Precompiler does not require the DB2 to be active. it
does not access the DB2 catalog
| Is This Answer Correct ? | 3 Yes | 0 No |
Can we declare cursor in Procudere division or open the cursor in the Working storage section. Is there any particular rules in the usage of cursors lifecycle
we can code COPY DCLGEN or INCLUDE DCLGEN, At which stage of the precompilation , dclgen get expanded if we write 1) copy 2) include one question about dclgen.. Is it mandatory to use declare table in dclgen.. I think no...but it will be used by the precompiler to validate the table name,column name etc.., can one clear my doubt ..is it necessary to include declare table or not?
How to check sequence on a table in db2?
What is a Database Request Module(DBRM)?
how we will do null data selection in cobol-db2 program
when does the SQL statement gets executed when you use cursor in the application programming ?
What is meant by repeatable read?
What is cursor stability?
How and when does the db2 enforces the unique key?
Can a unique index have more than one null value? If not, what error code is given if an attempt is made to insert more than one null value?
When you are working with the project after coding what will u do? Like what type of documents u will prepare? How will u do testing?
what is difference between Static call and Dynamic call? How does it function?