Anybody can explain the difference between SFLCLR & SFLINZ?
Answer Posted / guest
SFLCLR - is used to just clear the subfile
SFLINZ - is used to clear the subfile and also initialize
the subfile records with its initial values.
Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
what are the key words you must use when using a subfile?
what do you mean by an input subfile, what are the keywords required?
what is data area and how it is used in rpg program ?
How to declare the pull button in AS/400..
what is the use of sflnxtchg?
what is *place and *auto keyword in prtf ?plz explain
what is a rpg?
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...
How would display prime numbers using CL program?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
What is a record lock error?
what is the procedure and explain about real time scenario.
how can I tell when to replace the array?
what is the difference between do while and do until?
How to write record if no field or the field are different in physical file in rpgle ?