what is ment by "MDT"
Answers were Sorted based on User's Feedback
Answer / nagaraj@hcl
MDT is a internal indicator.It is used when we are using
SFLNXTCHG in SFL.MDT indicator default in on mode.
breifly when we are using readc for read changed
records.MDT is internally on for every record .If retreive
the record once MDT is going to be off.for that purpose we
used SFLNXTCHG keyword to seton.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / kirthika mohan
MDT -Modified Data Type is an indicator defined
internally. When we use SFTNXTCHG this indicator comes
into picture. Whenever there is a change in subfile
records, we read the changed record using keyword READC,
this indicator is automatically turned off.
| Is This Answer Correct ? | 4 Yes | 1 No |
1)how to do date validation in rpg? 2)how to delete dUPLICATE RECORDS?
Hi guys. Im in AS/400(RPGLE,CLP) from last 1 year.Now i wan to upgrade my Knowledge in AS/400. Suggest me some new fields & courses which falls under AS/400. Waiting for your quick Response.
1) How to define keyed file in CL pgm. 2) How can i read particular records in CL pgm from database file.
how do I declare a minor?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
Hi, can any one tell me :IN CASE OF SINGLE PAGE FILE HOW WILL I LOAD THE PREVIOUS PAGE WITHOUT THE USE OF SFLCLR INDICATOR ?
Why did we give STRSRVJOB while debugging batch program
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
Can any one plz explain the concept of INFSR, *PSSR, INFDS AND PSDS, I' confusing about PSDS and *PSSR, Wat is the difference btw them, wat PSDS will do????
Difference between RESET and CLEAR
can i use UPDDTA command in rpg program in which contains a file
How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?