Can more than one subfile record be displayed on one line?

Answer Posted / nandini

For example, specifying the SFLLIN keyword causes a subfile
of four records to be displayed as:

REC1 REC3
REC2 REC4If SFLLIN is not specified, these records
appear as:

REC1
REC2
REC3
REC4

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?

823


how can you display specific subfile page on the screen in unequal subfile?

892


How can we override a file during runtime in rpg?

907


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?

718


what was the robotech rpg?

857


Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?

1691


What is the purpose of record level identifier?

891


How can we know running job is batch or interactive?

854


How to declare the pull button in AS/400..

2095


are there any useful c runtime apis that I can call from rpg iv?

895


if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.

2386


how do I play {insert rpg system here}?

775


what is file information data structure?

1745


What is the difference between iter and do?

912


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?

4734