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 |
1) I have 3 programs : PGMA, PGMB, PGMC. PGMA calls PGMB and PGMB calls PGMC. I have to do inserts, updates in all the 3 pgms. 2) Say PGMC has done its work successfully and returned to PGMB 3) PGMB had an SQL error while doing some update 4) PGMA has already done some updates before calling PGMB all are running under the same CICS region. What will happen if I issue SYNCPOINT ROLLBACK in PGMB when it abends ? Does all the changes in PGMA,B,C rollback ? (because all the pgms belong to same task).
how will i display the duplicate record's from a table... i don't want to eliminate ...i want to display the duplicate record...for example in my table i have 10 record's like record no(1,2,3,4,2,9,6,1) in this ...so i want to receive duplicates...
how 2 resolve the -311 sqlcode
How many types of page locks can be held in db2?
what is main use of table space and index object? please its urgent
5 Answers CA, Cap Gemini, CGI, CTS, EDS, HTC, IBM, Satyam, Syntel, TCS, Wipro,
why we go for SPUFI for creating tables or for sql queries?
What is the maximum length of sqlca?
How to create a table using embedded sql?
What is isolation level in db2?
What are the contents of a DCLGEN?
If I have 5 Queries in a DB2 Cobol program , while precompiling how many DBRMs will get created and How many Plans and Packages will get created while Bind Process?
What are the different types of base tables?