Assume my file has 100 records and I want to see only first 10 records. Is this possible through lf?
Answer / 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 |
what is file information data structure?
Can somebody tell me that, Is it possible to read all the member of PF without OVRDBF?
what is overlay? how can we pass parameters in cl or rpg programing? how can we get data area value in cl or rpg programming?
what r drawbacks of OPM? Why do we go for ILE RPG?
WHERE DO WE USE COMIT KEYWORD IN AN RPG PROGRAM? YOU MADE SOME CHANGES TO DATABASE BUT YOU DON'T WANT TO SAVE THOSE CHANGES NOW? HOW DO YOU HANDLE THIS ONE?
1.what are the ARITHMETIC EXPRESSIONS IN CL PGM? 2.How to PASSING PARAMETER TO CL PGM?
CAN WE READ RECORDS WITHOUT USING SETLL,READ,CHAIN IN RPG?
If record-format name in an externally-described file has already been defined as a file-name.how to solve this?
Can a indexed file be accessed in arrival sequence in RPG?
can we use cl programming to update or delete physical files
Hi guys, anybody know How RPG/400 code can be converted to RPG IV code with a single command?
How to declare the dynamic(run time) array in rpgle? can you please give example