InterviewSolution
Saved Bookmarks
| 1. |
How To Retrieve A Date In Cl? |
|
Answer» By USING RTVSYSVAL command we ca retrieve a date in CL. The various date FORMATS are *JOB, *SYSVAL, *MDY, *DMY, *YMD, *JUL etc. [if you want system TIME, you have to specify *time in the format]. By using RTVSYSVAL command we ca retrieve a date in CL. The various date formats are *JOB, *SYSVAL, *MDY, *DMY, *YMD, *JUL etc. [if you want system time, you have to specify *time in the format]. |
|