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 / sekhar214
UPDATE RCDFMT %FIELDS(FIELD1:FIELD2)
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
how do I play {insert rpg system here}?
can I touch the array during treatments?
how can you display specific subfile page on the screen in unequal subfile?
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.
which program rpg or cl is efficent to update a transaction onto a database file and why ?
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 do you mean by an input subfile, what are the keywords required?
what is the difference between do while and do until?
How Chain operation copies the record's data to the input buffer for the program?
what is *place and *auto keyword in prtf ?plz explain
what is a rpg?
what are the key words you must use when using a subfile?
What is ment by record level identifier?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?