wht r the requirements for writing a cobol-db2 pgm ?
Answer Posted / yuvaevergreen
Steps in program preparation
>>Step 1: Process SQL statements
>>Step 2: Compile (or assemble) and link-edit the
application
>>Step 3: Bind the application
>>Step 4: Run the application
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
List out the three types of page locks that can be held.
What is dbrm in db2 database?
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?
What is db2 instance?
What happens in bind step in a db2 program?
What is role in db2?
Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?
What is temporal table in db2?
What is precompiler in db2?
What does sqlcabc has?
How do we specify index to include or not during bind process.
How can you quickly find out the # of rows updated after an update statement?
How can tablespace be moved to another dasd volume that is allocated for that tablespace?
Are view updateable?
My sql statement select avg(salary) from emp yields inaccurate results. Why?