how we retrieve records without using key field (ex:name)
from Physical File through RPG in as/400?
Answer Posted / ttom
Read the file till EOF and check field values using a
condition in a the loop.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is difference between bind by copy and bind by reference?
how do I preserve and clean the array?
How can we know running job is batch or interactive?
what is a rpg?
can any one help in hawkeye and turnover or any change management system plzzzzz or send the documents to my mail id :gvsp.as4@gmail.com
do you use message subfiles? What are the necessary keywords required coding a message subfile?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
Explain mdt?
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
what was the robotech rpg?
can I touch the array during treatments?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
How to handle duplicate error handling in RPG?
what is kids-rpg?
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?