How can you display the current date & current time ?
Answer Posted / ganesh kumar
Answer
# 1
ASKTIME is command used to display the current Date & Time
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Define sqlca.
Define check constraint.
What is cursor stability in db2?
Is schema the same as database?
Which isolation level provides highest data integrity?
Define predicate?
How to test SQL -911 error while developing COB-DB2 program
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
Where can you declare a cursor in a cobol-db2 program?
What is access path in db2?
Name the various locking levels available?
can all users have the privilage to use the sql statement select * (dml)?
List out the three types of page locks that can be held.
What is the latest version of ibm 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 .....