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 / k.s.prathapa reddy
1.By using FNDSTRPDM command.
2.By using CMPPFM command.
3.RRN
4. By setting on SFLINZ keyword.
Write an empty record to the subfile and then display
the subfile-contorl record.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
what is the procedure and explain about real time scenario.
How to select highest score of each subject or how to select highest income of every month?
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 is a rpg?
what is program status data structure?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
how does the rpg element work?
how do you use commitment control in rpg?
thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400
how do I preserve and clean the array?
what is the necessary keyword needed to scroll subfile records?
what is the rpg system?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
What is the difference between iter and do?