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 change the batch job to interactive job?
How many max. Record format a logical file have?
what is use of self join and which cases you will use this join
How to retrieve a physical file after deleting that ? what is keyword used for that....??
How to index LF by relative record no (RRN)
How to know the particular record in pf with out reading?
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.
There is one string as A B C and wanted to display string as Shri A Shri B Shri C, how we can do this in sql? If we have around 100 values in string like this, each value should be displayed with initials as Shri.
What is the difference between access path and open data path?
How to find the list of source physical files in a library?? Is there any way to get a list??
How can i retrieve city while my i have one field address length 60 but i don't know what where is city in this field ?
Q.1 how to implement the commitment control. 2.how to control commitment control from external program.