How to update only a field of a PF in an RPG program.
I don't want to update the record, only one field.
Answer Posted / kapil kumar
Use CHAIN for that record
then EVAL fld='value'
UPDATE pfrecfmt
| Is This Answer Correct ? | 1 Yes | 24 No |
Post New Answer View All Answers
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.
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 record lock error?
How can we know running job is batch or interactive?
how do I declare a minor?
What are the types of identifiers?
how can I tell when to replace the array?
What is the difference between copybooks and subprocedures in as400?
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
How Chain operation copies the record's data to the input buffer for the program?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
what is kids-rpg?
can you debug ile rpg program using isdb?
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?
What is difference between bind by copy and bind by reference?