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 / vaiv20
1. Is it source physical file u are referring to or
Physical file?
2. Using option 54 against one version in wrkmbrpdm and
mentioning the other version when prompted for the member
to be compared with.
3. Hidden field on a subfile or display file can be defined
aa a variable that wont be displayed on the screen. In
subfile u can define hidden fields at the control record
format as well as at each subfile record level.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
When it is desirable to describe files Internally?
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
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
How can we override a file during runtime in rpg?
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.
what is the procedure and explain about real time scenario.
What is a record lock error?
what is file information data structure?
what is data area and how it is used in rpg program ?
how do I declare a minor?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
what is the rpg system?
How to select highest score of each subject or how to select highest income of every month?