What is the significance of UDATE?
Answers were Sorted based on User's Feedback
Answer / suresh
UDATE supports two-digit year. The format is *MDY
(MMDDYY).
| Is This Answer Correct ? | 22 Yes | 2 No |
Answer / ps
UDATE has always been the date the job was submitted or
became active . IT does not show system date. @My
application runs never ending night jobs. We use UDATE to
get the job submission date.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / vipin
UDATE give the job date while *Date gives system date
| Is This Answer Correct ? | 9 Yes | 10 No |
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
Can anybody tell me in which scenario we have to use SQLRPG .(Embeded SQL)....?
can anyone explain aboutovrOVRDBF,OPNQRYF, OVRSCOPE and OPNSCOPE?
What is Multi Occurrence Data Structure(MODS)?
in which journalling which attributes are necessary??/
Difference between creating a report using Printer file and WRKQRY(Query Report) ?
There is a excel sheet having details of Old account number and new account number. I need to update these details in my AS400 files. i.e. all the records having old account number should be replaced with new account number. There can be 100 or 200 or 300 PFs...no fix files known. how can we do this?Solution should be performance oriented
i hav 2 logical files(L1,L2) both r derived from one physical file(P1). how can i use both the logical files in one RPG program? if yes what i have to d.
How do you call procedures in ILE?
what is plat file?
can any body correct the following code? Following a procedure which returns the maximum of two numbers.Correct the following code. P GETMAX B D GETMAX PI D NUM1 35 0 D NUM2 45 0 C IF NUM1 > NUM2 C RETURN NUM1 C ELSE C RETURN NUM2 C ENDIF P GETMAX E
What is the name of default out queue when user logs inn to syatem with valid profile?