I have a PF(ABC)with no key fields.
PF(ABC)have 2 fields (cusno and cusname).
Please let me know how can i read the cusno = 1150 directly
from PF in CL and RPG program(Without creating the LF and
without reading the complete file and then compare 1150)
Answer Posted / manan---as400 so cute
CL
This can be done by two ways :- a)ovrdbf b) opnqry
RPG
This can be done by SETLL + READE or READ and the second
requirement by COMP
Cheers
| Is This Answer Correct ? | 6 Yes | 13 No |
Post New Answer View All Answers
are there any useful c runtime apis that I can call from rpg iv?
How to handle duplicate error handling in RPG?
what is the rpg system?
How Chain operation copies the record's data to the input buffer for the program?
How can we know running job is batch or interactive?
what is data area and how it is used in rpg program ?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
What is ment by record level identifier?
how do I declare a minor?
how do I declare a table or array in rpg iv?
What is the difference between copybooks and subprocedures in as400?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
Explain mdt?
what do you mean by an input subfile, what are the keywords required?
what is the difference between do while and do until?