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 |
What is the difference between access path and open data path?
what is dynslt and why we use that command when do we use command
can we concate fileds in physical file? If yes how can we do?
can any one tell me what is meant by PSSR? Kindly elaborate it...
I want to change the attribute of field or want to add new field in existing PF but condition is format level identifier should not change, is it possible?
how to see number of logical files depending on a pf?...can we declare more than 20 logical files from a single pf? is it possible
Define interactive jobs and batch jobs
If we use the file level keywords like LIFO, FIFO, FCFO in a file, can we see the impact of it by doing the run query of the file? if not how can we see the impact of these keywords.
How to insert more than one record to a pf at a time?(Bulk insert to a pf)
How to know the perticular record in pf with out reading?
one physical file can have how many max of logical files? what is the primary file?
How to know the particular record in pf with out reading?