1)how to do date validation in rpg?
2)how to delete dUPLICATE RECORDS?
Answer Posted / zhang
Hi Riyaz, Sorry I'm not Sumathi,
I guess maybe we can use SQL to do that.
Select RRN(tableA) from tableA ;
Delete from tableA where RRN(tableA) =? ;
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
what is the procedure and explain about real time scenario.
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
How to call one program from another program in RPG? please help me with the code
thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
is this a rpg channel?
How would display prime numbers using CL program?
how do I declare a table or array in rpg iv?
what is the use of sflnxtchg?
what are the key words you must use when using a subfile?
What is file identifier where we can use?
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
how do you use commitment control in rpg?
what is the necessary keyword needed to scroll subfile records?
what do you mean by an input subfile, what are the keywords required?