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 |
how to find whether a date format is valid or not in RPG400 not in RPGILE.Can you please write the coding for this sir,i'm new to AS400.Please help.
How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?
Can we trigger an rpg program which has user interaction with display file when updating a file using the command ADDPFTRG?
How do you call procedures in ILE?
HI, 1: WHAT IS THE FUNCTION OF %KDS?WITH PROGRAMMING CODES EXAMPLE 2: WHAT IS THE FUNCTION OF Z-ADD AND Z-SUB ? WITH PROGRAMMING CODES EXAMPLE
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
I have a Physical File name 'File1', which is present in two libraries named 'LIB1' & 'LIB2'. These 2 libraries are listed in the library list. Would like to access data from this file from these two libraries using RPG program. How to do this, any idea?
purpose of pannel group??/
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
what is difference between DSPFD and DSPFFD?please give me real senario with good example?
Some times While checking MSGW for object / member / record locks ,I have seen it's locked by itself ...? How it happen and what action we need to perform if job is updating / writing a record....?
I have to change a program. This program is calling a subroutine mor than 100times within it. so will it have any performance issue? if yes than what changes i can make. Thanx for ur valuable answer.