how many bytes timestamp token occupies?
Answers were Sorted based on User's Feedback
Answer / sarath
Timestamp token has 26 characters ad it will stores 10 bytes
| Is This Answer Correct ? | 21 Yes | 1 No |
Badically a Timestamp has 20 unsigned packed decimal digits
i.e. YYYYMMDDHHMMSSNNNNNN and thus occupy 10 bytes.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / santhosh vayathuri
TIMESTAMP ::
DB2 IT WIL TAKE ==> 10 BYTES WHERE AS IN
(YYYYMMDDHHMMSSNNNNNN)
COBOL ==> 26
| Is This Answer Correct ? | 2 Yes | 0 No |
What can the Locate option of the Repair Utility accomplish?
Can DB2 be accessed by TSO users? If yes, which command is used to invoke DB2?
When the like statement is used?
What is the difference between CS and RR isolation levels?
Hi , I am posting some interview ques . what is the use of cursors ? what is the diff between select and cursor ? bith are used for data retrival .. rite?
What is deadlock in db2?
explain about index with examples
Is it possible to precompile if db2 goes down?
what is Static and dynamic linking
Parm value passed is PARM=(10,20). how do code linkage section and how would you add these two passes values and show result in cobol program.
How do I create a view in db2?
How can you split a table in to exactly half?