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
can I touch the array during treatments?
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?
how does the rpg element work?
What is difference between bind by copy and bind by reference?
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.
How to call one program from another program in RPG? please help me with the code
How would display prime numbers using CL program?
what is a rpg?
How to declare the pull button in AS/400..
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.
Explain mdt?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
what is the use of sflnxtchg?
how do I declare a minor?