difference between
1:%found and %equal built function in detail with example .
Answer Posted / sasikumar c
%found:
Found built in function used in Chain operation it
will point the tell record is there or not in data base.This
function used along with Chain op-code.
%equal:
This function used in Setll or Setgt operation. it
will tell record is there or not in database.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
explain sflclr, sflend, sfldlt, and sflcsrrrn?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
what is file information data structure?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
how do you use commitment control in rpg?
what is the procedure and explain about real time scenario.
what do you mean by an input subfile, what are the keywords required?
How would display prime numbers using CL program?
What is the difference between copybooks and subprocedures in as400?
how do I play {insert rpg system here}?
How can we know running job is batch or interactive?
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...
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?
How to call one program from another program in RPG? please help me with the code
How to declare the pull button in AS/400..