how to update physical file using logucal file with example
Answer / chinu
Declare the logical file in update mode in the RPG program.
Chain at the record needed to be updated and afer changing
the field value use UPDATE opcode with the record format
name of the LF.The record gets updated
| Is This Answer Correct ? | 5 Yes | 3 No |
how to add a new field to a file without compiling it?
one physical file can have how many max of logical files? what is the primary file?
Last statement of any RPG pgm is LR?
can we concate fileds in physical file? If yes how can we do?
what is the difference between adding keys & constraints into a phisical file
How to index LF by relative record no (RRN)
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?
pls anyone explain about compile time array,pre run time array run time array
What is the batch job?
Is Constent can be define as a key field?
How many libraries can be there in a library list?
wirte a simple program for read file in cl