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?
Answers were Sorted based on User's Feedback
Answer / nag
hi,
After coding we will run the program and test the unit
testing with reference with UTR
pls correct me , if i am wrong
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / david huenger
Create & run the program Queries via QMF or SPUFI to
insure DB2 SQL's are returning correct data.
| Is This Answer Correct ? | 1 Yes | 3 No |
What is Skeleton cursor table (SKCT)?
What is the SQL Communications Area and what are some of its key fields?
How do you simulate the explain of an embedded sql statement in spufi/qmf?
How to insert more than one record using insert?
What is the syntax for seeing the columns and data types of a table in the db2 database?
What does CURRENTDATA option in bind indicate
can all users have the privilage to use the sql statement select * (dml)?
What is ALTER ?
can I alter a table (e.g. adding a column) when other user is selecting some columns or updating some columns from the same table?
WHAT IS NULL INDICATOR ? WERE IS THIS USED? AND IF IT IS USED IN FILES CONCEPT? HOW DO WE USE IT?
How to create backup table in db2?
in my project..TEST is db2 8.1 version In PROD it is 7.1 if i do REORG in TEST.. can I use the same REORG jcl with out modification in PROD region (this is DB2 8.1 )? if not, what modification i need to do in my REORG control card?