How do you know if a record exists without doing a READ and
CHAIN?
Answer Posted / david lex
setll KeyA FileA;
if %equal( FileA );
...
endif;
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
what is the procedure and explain about real time scenario.
what are the key words you must use when using a subfile?
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.
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?
can you debug ile rpg program using isdb?
what is kids-rpg?
What is the difference between copybooks and subprocedures in as400?
what is file information data structure?
can I touch the array during treatments?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
How many program bind in one module....
what is an online rpg?
what do you mean by an input subfile, what are the keywords required?
how do I preserve and clean the array?