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 / swetha p rao
1. TO find the field name in list of programs of a source
physical file then we give 25 option and Shift + F1 which
selects all the program sources and there we can specifiy
the name of the field.
2. we take an option 54 and give the other program name for
comparision.
3. Subfile hidden is not visible on the subfile but can be
used in the cases like storing the RRN number for that
particular record.we can update the value evrytime with RRn
value.so that it can be used in program.
4. If the subfile doesnt have any records we set on the
Control Format indicator and set off the Display indicator
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
explain sflclr, sflend, sfldlt, and sflcsrrrn?
how do you use commitment control in rpg?
How to handle duplicate error handling in RPG?
what is an online rpg?
how do I declare a table or array in rpg iv?
what do you mean by an input subfile, what are the keywords required?
what is the rpg system?
what is a rpg?
What are the types of identifiers?
how do I preserve and clean the array?
What is a record lock error?
How can we override a file during runtime in rpg?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
What is the difference between iter and do?
How would display prime numbers using CL program?