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 / mayank taneja
In CL program:
Ovrdbf and opnqryf
In RPG Program:
SQLRPGLE
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of record level identifier?
what is the rpg system?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
What is the difference between copybooks and subprocedures in as400?
can you debug ile rpg program using isdb?
what is an online rpg?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
how do you use commitment control in rpg?
How many program bind in one module....
what is the necessary keyword needed to scroll subfile records?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
What is difference between bind by copy and bind by reference?
how do I preserve and clean the array?
What is file identifier where we can use?
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.