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 |
If anyone has IBM Certification Dumps pls forward to me & also let me know what are the Certification Codes that are available in DB2
when we are tying to update a table having 100 rows. if the program abends when updating 51 row . how to start updating again from the 51 row .what was the logic
wht steps we need will coding cobol and db2 pgm ?
Can we able to find all the Table names under a Particular Plan?
What is the purpose of using commit?
What is the use of commit in db2?
What is the syntax for FETCH in DB2 ?
How do I add a column to an existing table in db2?
How can we read records for specific member in CL? AND rpg?
What is a data page?
I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?
1. what if null values retrived from database and no null indicator mentioned in query. What is sql code.