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?
Answer Posted / 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 |
Post New Answer View All Answers
i tried to copy some records from microsoft excel to as-400 physical file through "Bosanova" emulation. Out of 14000 records only 12000 records copies and subsequently programe started to hang. Then, i closed the program forcefully. I did' under stand the problem. Also when i try to compile the physical file it is showing as "The file in use". How to overcome this problem?
List some fields from sqlca?
What are foreign keys in db2?
Which are the db2 tools to protect integrity of the database?
What are the various data types available in db2?
What is null indicator in cobol db2?
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
What is coalesce in db2?
SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.
What is the use of value function?
What is the cobol picture clause of the db2 data types date, time, timestamp?
How to access db2 tables in mainframe?
What is the role of the data page in the db2 database?
Give a brief description of db2 isolation levels?
How can tablespace be moved to another dasd volume that is allocated for that tablespace?