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 |
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
can you use symbolic parameters in JOB?
Mention the length of physical storage of the given data types of db2 – date, timestamp, time
What are sqlcodes –803,-805, -811, -818,-904,-911,-913,-101, +100?
what are the frequent DB2 abends did you encounter in your programs ?? What are different SQL abends ??
How do I add a column to an existing table in db2?
What are the four lockable units for DB2?
Explain the use of the WHERE clause.
db2 maintains information about the data... a.in tables. b.in a set of tables known as db2 catalog. c.in db2 database. d.none of the above.
Define sqlca.
How to resolve -502 sql code in DB2?
how can you copy records present in a flat physical file to a database file(physical file).please explain in rpg400 with a simple example