Can more than one subfile record be displayed on one line?
Answer Posted / david lex
The question is 'can more than one SUBFILE line be
displayed on one line', the answer to which is yes and no.
The example, however, is more of 'can a subfile line be
more than one line'.
Using a over/under, or vertical subfile, one can have many
lines per actual subfile record. As the answer above state,
SFLLIN in conjunction with FOLD/DROP works great.
Using a side by side, or horizontal subfile, one can
actually display multiple SUBFILE lines, each with several
lines per actual record.
Quite different scenarios.
Also, for the record, you can use the alternate screen size
of 132 characters in width to gain more screen real estate.
There are, of course, limitations to this and those must be
addressed before just making the screen bigger.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
How Chain operation copies the record's data to the input buffer for the program?
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 do you mean by an input subfile, what are the keywords required?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
which program rpg or cl is efficent to update a transaction onto a database file and why ?
How to declare the pull button in AS/400..
what is the necessary keyword needed to scroll subfile records?
what is the difference between do while and do until?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
How can we know running job is batch or interactive?
What is difference between bind by copy and bind by reference?