How can we read a particular record from the database file
which is not having DDS (Flat File). For example, there are
100 records in the flat file. How can we retrive 15th
record in RPG/400 program (Without using CL)
Answer Posted / kkk
ithink
using setll
factor1 setll pfname
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
how do I declare a minor?
what are the key words you must use when using a subfile?
What is the difference between iter and do?
How would display prime numbers using CL program?
When it is desirable to describe files Internally?
what is data area and how it is used in rpg program ?
what is an online rpg?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
how do I declare a table or array in rpg iv?
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
How to select highest score of each subject or how to select highest income of every month?
give an eg of ACQ-(ACQUIRE),BIT OFF,BIT ON,DEALLOC,DUMP,FEOD,FORCE,MHHZO,MHLZO,MHLLZO,MLHZO,REL,RESET,TESTZ,TESTB,TESTN----GIVE SMALL EXAMPLE TO THE OPCODES...TO UNDERSTAND FUNCTIONING...........
How to declare the pull button in AS/400..
are there any useful c runtime apis that I can call from rpg iv?