How can you delete a record from a file in RPG without using DELETE oppcode?
Answer Posted / as400vaibhav@gmail.com
we can use CLRPFM command in RPG by with API QCMDEXC.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to call one program from another program in RPG? please help me with the code
what is the use of sflnxtchg?
What are the types of identifiers?
What is the difference between copybooks and subprocedures in as400?
what is the difference between do while and do until?
how can I tell when to replace the array?
how does the rpg element work?
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?
how do I declare a minor?
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?
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.
What is the purpose of record level identifier?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
What is difference between bind by copy and bind by reference?
are there any useful c runtime apis that I can call from rpg iv?