What is the purpose of SFLNXTCHG keyword in a subfile?
Answer / ravikant kumar
Which is a subfile record format keyword.If you perform read on the subfile, theinternal indicator MDT (modified data tag) is automatically set off by the system. If you again perform read on the same records, records won't be read.Because internal indicator MDT would be off. Hence you should be explicitly set on the MDT by SFLNXTCHG keyword.
| Is This Answer Correct ? | 1 Yes | 0 No |
which single rpg opcode performs both setll and reade?
How can a data area be locked after being updated?
what is rpg fixed logic cycle?
How can we change the uppercase to Lowercase in RPG?
What is the necessary keyword used in a physical file to refer field definitions from the field reference file?
what are the different commands used in rlu ?
How can we read file using curser? how to define a curser?
What is Spool file, Why is it required?
How to see active jobs of the system.
How to inner join more than 2 PFs in a CL program using OPNQRYF command?
What is the difference between production library and test library ?
What is the purpose of the following? I 'CLOSED' C STAT01 I 'OPEN' C STAT02