1)how to do date validation in rpg?
2)how to delete dUPLICATE RECORDS?
Answer Posted / sekhar
For Date validation we can use TESTD Opcode
Duplicate records can be deleted using RRN
Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Interviewer asked me write down DDS for load all subfile .can anybody write dds
What is the difference between iter and do?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
How to select highest score of each subject or how to select highest income of every month?
What are the types of identifiers?
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
How to call one program from another program in RPG? please help me with the code
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
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 to declare the pull button in AS/400..
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
When it is desirable to describe files Internally?
How to write record if no field or the field are different in physical file in rpgle ?
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?