What is the purpose of SFLNXTCHG keyword in a subfile?
Answer Posted / 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 |
Post New Answer View All Answers
what does the opcode free do?
What Is Default Data Type (if You Define Decimals '0') In Physical File?
What is file access opcodes?
WHAT is STORED PROCEDURE CONCEPT IN AS400 WITH EXAMPLE?
I need to insert a record in a file using STRSQL containing the some field values same as an already existing record in that file.I know to smple insert mentioning those values one by one.But is there any another query can be prepared for the same .Please share the query if known to you. Thanks in advance.
what is the difference between packed decimal and zoned decimal?
list some of the commonly used commands for debugging?
what are indicators?
define the purpose/use for sflrna?
what are the uses of factor1, factor2 and result field for the rpg operation code parm?
how can a cgi check whether an ifs object is available?
What Is Ddm ?
where can you specify an indicator in lokup operation?
what are the three types of keywords associated with printer file ?
writing an sql statement from selecting records from two files using single statement and nested select statement.