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
we can display a subfile without records. but we have to
handle it in program,
If RRN >0
set on display and control indicators
else
Seton control and set off display indicator
Endif
Exfmt Screen
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
how do I play {insert rpg system here}?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
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.
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 u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
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.
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?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
what is data area and how it is used in rpg program ?
what are the key words you must use when using a subfile?
how can you display specific subfile page on the screen in unequal subfile?
How to write record if no field or the field are different in physical file in rpgle ?
are there any useful c runtime apis that I can call from rpg iv?
what is an online rpg?
how do I declare a minor?