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
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
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 is the purpose of record level identifier?
what is data area and how it is used in rpg program ?
Explain mdt?
What is the difference between copybooks and subprocedures in as400?
What is file identifier where we can use?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
what is the necessary keyword needed to scroll subfile records?
what is the difference between do while and do until?
how does the rpg element work?
what is an online rpg?
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 do you use commitment control in rpg?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?