1)how to do date validation in rpg?
2)how to delete dUPLICATE RECORDS?
Answer Posted / anonymus
TO VALIDATE DATE IN RPG .GO FOR "TEST" OPCODE
TO DELETE DUPLICATE RECORDS IN RPG GO FOR READE &DELETE
OPCODES
| Is This Answer Correct ? | 13 Yes | 6 No |
Post New Answer View All Answers
What is difference between bind by copy and bind by reference?
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
what is a rpg?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
What is file identifier where we can use?
how do I declare a minor?
How many program bind in one module....
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 Chain operation copies the record's data to the input buffer for the program?
what are the key words you must use when using a subfile?
What are the types of identifiers?
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?
what is *place and *auto keyword in prtf ?plz explain
what is the use of sflnxtchg?
are there any useful c runtime apis that I can call from rpg iv?