What is SFLNXTCHG keyword why it has used and where?
Briefly explain with Example.
Answer Posted / syam
The purpose of SFLNXTCHG =
Which is a subfile record format keyword. If you perform
read on the subfile, the internal 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 ? | 9 Yes | 1 No |
Post New Answer View All Answers
When it is desirable to describe files Internally?
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
what is kids-rpg?
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
How many program bind in one module....
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
what is the rpg system?
what is a rpg?
how do I preserve and clean the array?
can you debug ile rpg program using isdb?
what do you mean by an input subfile, what are the keywords required?
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
How to handle duplicate error handling in RPG?
what is the use of sflnxtchg?