what are the copybook changes generally we done?can anyone
tell me.........
Thanks in advance........
Answer Posted / girish kumar
General copybook changes are adding new fields and change
the length of the fields.
Correct me if it is wrong.it just my idea.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between using bind () and rebind () methods of naming class?
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.
Define db2 and its databases?
What does runstats do in db2?
What is the use of db2?
How do I optimize a query in db2?
What is reorg and runstats in db2?
Hi Everyone... Under the Logical files, when am working on multiple rec format logical file, I have joined two pf's using the multiple record format logical file concept, but when i run queried the LF only the first mentioned pf records are reflecting and I am not able to see any of the field records specified under the second pf. Kindly let me know whats the reason behind this. Below is the str of LF., R rec PFILE(LOGICAA) CUSTNO CUSTNAME BILL K CUSTNO R rec1 PFILE(LOGICAA1) CUSTNO ADD K CUSTNO .....
Explain in detail about buffer manager and its functionalities?
i want to maintain uniqueness on pdf without make lf??????????
What is dbrm in db2 database?
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
What is the syntax for FETCH in DB2 ?
Which isolation level provides highest data integrity?
before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?