1)how to do date validation in rpg?
2)how to delete dUPLICATE RECORDS?
Answer Posted / chandu
We can delete duplicate records by using this:
factor1 opcode factor2 result eq
key setll pf
reade pf 50
dow *in50=*off
delete rec1
reade pf 50
enddo
Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
can any one help in hawkeye and turnover or any change management system plzzzzz or send the documents to my mail id :gvsp.as4@gmail.com
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
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.
what is *place and *auto keyword in prtf ?plz explain
what are the key words you must use when using a subfile?
what is the use of sflnxtchg?
how do I preserve and clean the array?
What is ment by record level identifier?
what is an online rpg?
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
how do I declare a minor?
How can we know running job is batch or interactive?
how can you display specific subfile page on the screen in unequal subfile?
How many program bind in one module....
How to handle duplicate error handling in RPG?