Write the subfile logic program for the given concept. Load
the data to the subfile depends upon the designation where
designation is not a key field?
Answer Posted / ashok
Ffilename if e disk
then on load subroutine part
read the record format
dow not%eof
move the fields
increment 1 to the rrn
write the sflrcd name
read the record format
enddo
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
what is externally described file ?
when are the referential constraints executed?
what is the length of a variable in rpg?
is there any way I can ease my rpg controls on numeric input fields? How about an input date field?
what is full form for dds?
What is the difference between iter and do? We know both are used to execute set of statements repeatedly, but what is the main difference?
how to declare a constant variable in the freeformat?
writing an sql statement from selecting records from two files using single statement and nested select statement.
what is message subfile?
how to get the cursor position?
what is sflrolval?
can you display a empty subfile?
What is compiler directive in as400? Give example of compiler directive.?
what are dds required for subfile?
Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?