1)how to do date validation in rpg?
2)how to delete dUPLICATE RECORDS?
Answer Posted / swetha p rao
TEST works in RPG400 not in RPG.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How to select highest score of each subject or how to select highest income of every month?
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
what are the key words you must use when using a subfile?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
How to handle duplicate error handling in RPG?
how can I tell when to replace the array?
What is the purpose of record level identifier?
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?
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?
How Chain operation copies the record's data to the input buffer for the program?
When it is desirable to describe files Internally?
what is the use of sflnxtchg?
how do I declare a table or array in rpg iv?