1.How can you search an entire source file for a particular
field name?
2.How can you find the differences between two versions of
the source for the same program?
3.What is a hidden field as it relates to a sub file?
4.How do you display a sub file that has no records in the
sub file?
Answer Posted / ugandhar
3. Sub file hidden is not visible on the subfile but can be
used in the case like storing the RRN number for that
perticular record. This is as per one of our friend answer
and also we can use this hidden variables in subfile in
different senarios like if have more than one subfile
screen in single subfile and all screens are related to a
single file or firm. If you want to read the values from
all the screens at a time this subfile hidden variables are
very helpfull. Only thing is you need to declare the
variables as hidden which are available in second or
third..and not available in first with same name and
attributes. If you perform readc on single sflfrmt you can
get all values from all screens.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is data area and how it is used in rpg program ?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
How Chain operation copies the record's data to the input buffer for the program?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
what is the use of sflnxtchg?
How to select highest score of each subject or how to select highest income of every month?
what are the key words you must use when using a subfile?
what is an online rpg?
what is program status data structure?
What is difference between bind by copy and bind by reference?
what is the difference between do while and do until?
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.
can you debug ile rpg program using isdb?
what do you mean by an input subfile, what are the keywords required?
what is file information data structure?