Anybody can explain the difference between SFLCLR & SFLINZ?

Answer Posted / lakki

SFLCLR _ clears the subfile to load records in to it

SFLINZ - initialise your records by default and display the
records in to the subfile
(it initialise the number of records depends on your SFLSIZ)

note: once u clear the subfile you can load but once u
initialise the subfile you cannot load the subfile you can
load the subfile after the SFLSIZ member greater than 1

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can you debug ile rpg program using isdb?

929


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?

825


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

759


Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg

931


what is *place and *auto keyword in prtf ?plz explain

2926


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...

1508


how do I preserve and clean the array?

843


what is data area and how it is used in rpg program ?

1004


what is an online rpg?

969


how do I play {insert rpg system here}?

781


How to select highest score of each subject or how to select highest income of every month?

1496


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?

4745


what is a rpg?

905


Interviewer asked me write down DDS for load all subfile .can anybody write dds

1368


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.

975