How do you find out whether a record is present in the
physical file without reading the file?
for Example Employee No: 100 in an Employee master.How do
we find out whther 100 is present in Employee master
without reading the file?
Answer Posted / venkatesh p
*loval setll file
read recor 70
in indicator on norecords in file ,else records in file
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
how do I declare a table or array in rpg iv?
thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400
What is the difference between copybooks and subprocedures in as400?
How to call one program from another program in RPG? please help me with the code
How can we know running job is batch or interactive?
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
do you use message subfiles? What are the necessary keywords required coding a message subfile?
what is the difference between do while and do until?
What is the purpose of record level identifier?
what are the key words you must use when using a subfile?
how do I preserve and clean the array?
How can we override a file during runtime in rpg?
How Chain operation copies the record's data to the input buffer for the program?
What is difference between bind by copy and bind by reference?
When it is desirable to describe files Internally?