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 |
I have two sessions S1 & S2 under this 3 jobs(say j1,j2,j3 under session S1) And 2 jobs(Say j4, j5 Under session S2)is running. How many QTEMP & how many LDA will create for the same.
how do I declare a minor?
How can we call CL program to RPG? How many number of parameter we can pass
How can we access Interactive job LDA in Batch Job?. and How we can access a file in interactive QTEMP lib in Batch job?.
HOW DO YOU DISPLAY A DISPLAYFILE AT OTHER WORKSTATION? CAN WE MOVE A PHYSICAL FILE? WITHOUT MOVING A FILE?
wat is meant by hidden field , why it is used?
Write the subfile logic program for the given concept. Load the data to the subfile depends upon the designation where designation is not a key field?
What is difference between bind by copy and bind by reference?
why subproc not run in dftactgrp?????/plz explain
what is edit word and edit code
2. Which of the following statement(s) explains the difference(s) between the /INCLUDE and ICOPY directives? a.) No difference, they function the same b.) ACOPY cannot be used as a conditional directive c.) IINCLUDE files cannot contain embedded SQL d.) Nesting /TNCLUDE directives is not allowed
how to convert date format from one format to another i think in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE