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
what is the use of sflnxtchg?
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.
How to write record if no field or the field are different in physical file in rpgle ?
what is data area and how it is used in rpg program ?
How would display prime numbers using CL program?
how do I play {insert rpg system here}?
What is file identifier where we can use?
What is the difference between iter and do?
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
how can I tell when to replace the array?
How to declare the pull button in AS/400..
What are the types of identifiers?
How to handle duplicate error handling in RPG?
what is the necessary keyword needed to scroll subfile records?
how can you display specific subfile page on the screen in unequal subfile?