How to update selected fields from pf without using update
opcode.
How to read all member in Rpg-3,without using any cl command?
Answer Posted / rahul
we can update selected fields of a pf using EXCEPT opcode
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
What is file identifier where we can use?
What are the types of identifiers?
how can I tell when to replace the array?
How to select highest score of each subject or how to select highest income of every month?
What is a record lock error?
What is difference between bind by copy and bind by reference?
can I touch the array during treatments?
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?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
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 file information data structure?
what is the rpg system?
can you debug ile rpg program using isdb?