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 |
How to identify the object has compiled with the debug view as *source without using STRDBG?
what is program status data structure?
why we do STRSRVJOB in batch debugging in as400
HOW DO YOU DISPLAY A DISPLAYFILE AT OTHER WORKSTATION? CAN WE MOVE A PHYSICAL FILE? WITHOUT MOVING A FILE?
1. I have2 records in a PF. READ PF DO DSPLY EMPNO RETRN DSPLY EMPNO ENDDO What was the output 2. SETON LR vs RETURN 3. Primary File 4. How to delete a deleted spaces 5. How to read a PF in reverse order in CL 6. I have a object in Lib A, B and C. But it shows in D Lib..Why? 7.
How many program bind in one module....
What would be the effect on the field where reverse image, underline and high intensity?
I want to declare the number of elements of an array dynamically in RPGLE ? Is it possible? If yes, then how do I do it ?
what built in function can be used with SETLL.If you want to check whether the search argument is successful or not? Please give me answer with example?
what is ment by "MDT"
A particular job executing on the iS is not behaving as expected and is operating in an environment in which it can be debugged. What commands would you use to debug and observe the program?
suppose if we want to update the data in cl what we will do?