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 |
can any one pls tell me some differences between a LF and command OPNQRYF?
3 Answers Accenture, Cognizant, eFunds,
hi iam very new to as400. i had created one physical file can any one tell command to enter data in to that
What is the interactive job? What is the batch job? How to change the batch job to interactive job?
how to eliminate the level check error
Which keyword is used both in subfile and subfile control record format of a DSPF?
Is it possible to create a logical file whose Physical file is not in same library?
How to read a pf in reverse(from last record to first) using cl?
what is open data path? and what is the diff b/w access path and open data path?
When we use any keyword like FIFO,LIFO, at file level but whenever we check by runqry we couldn't find answer in FIFO,LIFO,FCFO etc so how we check the answer.
how can we write LF using flatfile.
How can we handle errors in RPG?
What is the use of member in pf?