i have 1000 records in pf.what are all the ways to read a
particular name records in rpg?? ie.. in pf i have a name
called demo appeared around 52 times hw will we read this
particular records in rpg/400?.
Answer Posted / xxx
setgt and then a readpe will read 52 times then it will
throw EOF.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Interviewer asked me write down DDS for load all subfile .can anybody write dds
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
what is a rpg?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
how do I preserve and clean the array?
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?
what is the difference between do while and do until?
what is the procedure and explain about real time scenario.
What is file identifier where we can use?
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
what is the use of sflnxtchg?
can I touch the array during treatments?
What is a record lock error?
how does the rpg element work?
which program rpg or cl is efficent to update a transaction onto a database file and why ?