how to update physical files using normal logical file
Answer Posted / abhishek agrawal
Hi,,Whatever code written above is right...but opcode for
update in rpg is 'updat'...so the right statement will be
Updat flf1
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Suppose I have a pf, it contains 5 members, how to access particular member data from logical file? What is the use of member in pf?
What is FORMAT keyword and its use?
How to read a pf in reverse(from last record to first) using cl?
I have a pf, it contains 5 members, how to access particular member data from logical file?
What is the batch job?
How to find the list of source physical files in a library?
Last statement of any rpg program is lr?
What is the difference between access path and open data path?
What is the primary file?
What is open data path?
How to know the particular record in pf with out reading?
Can we concatenate fields in physical file? If yes how can we do?
How to change the batch job to interactive job?
I have physical file with 100 records,there is no any duplicate records in this pf.based on this pf one logical file I have used.but this lf is viewing only 80 records only of that pf?what is the reason for this?
Suppose I have a pf,it contains 5 members,how to access particular member data from logical file ?and what is the use of member in pf?