Assume my file has 100 records and I want to see only first 10 records. Is this possible through lf?
Answer Posted / sagar sudhakar wagh
Yes it is possible through LF. We can use SELECT/OMIT keyword to filter the record of physical file according to our need.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many program bind in one module....
How to call one program from another program in RPG? please help me with the code
what is program status data structure?
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?
is this a rpg channel?
what is *place and *auto keyword in prtf ?plz explain
how do I preserve and clean the array?
are there any useful c runtime apis that I can call from rpg iv?
thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400
how do you use commitment control in rpg?
How can we override a file during runtime in rpg?
What is file identifier where we can use?
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 kids-rpg?
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.