what is the difference between udate and the system date?
Answers were Sorted based on User's Feedback
Answer / sanjeet kumar
UDATE supports two-digit year.The format is *MDY (MMDDYY).
*DATE (system date) supports four digit year. The format is *MDYY (MMDDYYYY).
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / Dhruv Agarwal
"UPDATE (in SQL) is a command used to modify existing records in a database, while SYSDATE is a predefined function that returns the current system date and time. In IBM AS400 SQL, SYSDATE can be used as IND$"",SYSTIME or QTIMESTAMP."
| Is This Answer Correct ? | 0 Yes | 0 No |
Which command we can use to update a physical file using c.l pgm?
what are the necessary keywords for the join logical file?
which are control break logic indicators?
how to get the particular field's records in CL without using OVRDBF,OPNQRY? tell me the concept?
Define the purpose of Factor 1 the Operation Code and *IN15 in following code HI LO EQ C *YMD Test(D) yymmddDate 15
What is the purpose of the following C/COPY QRPGSRC, ORDERR
Please give me the code for A=A+1 in cl program?
how can u check no of records in a file?
What is the use of OVRPRTF ?
what is primarykey?what is difference between primary key and forign key?
Write a logic program for knowing the repeated number of a vowels in a given program?
What does SDA stands for ?