Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the significance of UDATE?

Answers were Sorted based on User's Feedback



What is the significance of UDATE?..

Answer / suresh

UDATE supports two-digit year. The format is *MDY
(MMDDYY).

Is This Answer Correct ?    22 Yes 2 No

What is the significance of UDATE?..

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

What is the significance of UDATE?..

Answer / venkatarao

it displays two digit year i.e. DD/MM/YY

Is This Answer Correct ?    11 Yes 5 No

What is the significance of UDATE?..

Answer / vipin

UDATE give the job date while *Date gives system date

Is This Answer Correct ?    9 Yes 10 No

What is the significance of UDATE?..

Answer / lama

for displaying system date in DS

Is This Answer Correct ?    2 Yes 11 No

Post New Answer

More RPG400 Interview Questions

what do you mean by an input subfile, what are the keywords required?

0 Answers   IBM,


I have some doubts on subfile----------- -----I wrote a prog on subfile to display the records. Every thing is clear but i defined a field called "opt" as input field in subfile record format from that input field i wish to enter into new screen called "EDIT" which i created it as a separate RCD in display file. i gave opt as 2 for edit just like in WRKMBRPDM screen please telll me the code and how can i code for it in RPG.

3 Answers  


1.What is the Maximum field length we can declare in RLU?? 2. What is the difference if your designing RLU using DDS and using the option 19 for the RLU??

2 Answers  


Suppose you have 3 members in a database file. How to read records from all the members without using CL (OVRDBF) i.e. Entire process should be handled exclusively in a RPG program?

7 Answers  


How do you code file / field renames in ILE RPG?

4 Answers   Accenture, IBM,


i have a file with the values 10, 20, 30, 40, if am setll with the value 25 then readp, so what it will return?

6 Answers   Mind Tree,


what are the types of identifers

2 Answers   IBM,


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

1 Answers  


How to create a key field for a logical file inside RPG?

4 Answers   HSBC,


am 2010 passed out . can any one tell me which course is good to put 2+fake .guide me

1 Answers  


When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?

0 Answers  


1.Suppose my file has 10 fields and I want to make the 2nd field Zeros in all records. And assume I have millions of records and I dont want to read each record and update the desired field with 0. Any other way to do this in one step operation? 2. Assume my file has 100 records and I want to see only first 10 records. Is this possible through LF? 3.I have 3 jobs A B and C. I want to submit B after successful completion of A and want to submit C after successful completion of B. Without using job scheduler or job queue, how can i do that through CL program? 4.What is difference between Bind by copy and bind by reference?

4 Answers   Virtusa,


Categories