how we retrieve records without using key field (ex:name)
from Physical File through RPG in as/400?
Answer Posted / ak
use chain and put factr1=rrn number (line number)
and u hit the dirct
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How Chain operation copies the record's data to the input buffer for the program?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
are there any useful c runtime apis that I can call from rpg iv?
what is kids-rpg?
what is the difference between do while and do until?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
What is the difference between copybooks and subprocedures in as400?
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
what is *place and *auto keyword in prtf ?plz explain
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
How would display prime numbers using CL program?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
how does the rpg element work?