suppose there are 100 records and i want to read records between 60-70 how we can read this 10 records in rpg
Answer Posted / siyan sinhag
It such a easy question. Make few way to solve. one of my way. Declare the file and do yourself coding atlast what you do,
Setll RRN REC;
Dow (n <=10);
n= n+1;
....
....
enddo;
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
what is data area and how it is used in rpg program ?
How to select highest score of each subject or how to select highest income of every month?
how do I declare a minor?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
Explain mdt?
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
What is difference between bind by copy and bind by reference?
what is file information data structure?
what is the procedure and explain about real time scenario.
what is *place and *auto keyword in prtf ?plz explain
How many program bind in one module....
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
how can you display specific subfile page on the screen in unequal subfile?