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 / prasanna
In the RPG code, Move the value demo to the field and do a
reade on the file
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
How to write record if no field or the field are different in physical file in rpgle ?
How can we know running job is batch or interactive?
How many program bind in one module....
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
What is the difference between copybooks and subprocedures in as400?
What is the difference between iter and do?
How would display prime numbers using CL program?
How to handle duplicate error handling in RPG?
is this a rpg channel?
What is difference between bind by copy and bind by reference?
what do you mean by an input subfile, what are the keywords required?
how do I declare a minor?
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 necessary keyword needed to scroll subfile records?