How can a screen field that has changed since the last
output operation be detected?
Answers were Sorted based on User's Feedback
Answer / surendra y mudliar
By using MDT (Modified Data Tag) keyword for the field for
which you want to detect the change. You can use optional
indicator with this keyword, if indicator is on then it
indicates that the field has been changed since last output
operation.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / govind ram
Attach the MDT (modified data tag) attribute to the field, to detect whether field has been changed as a result of user input.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / govind ram
Attach the MDT attribute to the field, to detect whether field has been changed as a result of user input.
| Is This Answer Correct ? | 0 Yes | 0 No |
Some times While checking MSGW for object / member / record locks ,I have seen it's locked by itself ...? How it happen and what action we need to perform if job is updating / writing a record....?
What are different ways to pass data between programs and which one is the efficient way?
how do u find whether a record is locked or not??
What is the difference between inner join @ outer join
How would display prime numbers using CL program?
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 journalling and commitment control?
i)What is the command to lock a file in a program ii)2. Can you get a level check error in a CL program
I know chain keyword retreive records randomly but how chain keyword exactly works internally????
HI,1: What is the function of 'SETON LR' AND '*INLR=*ON ? 2:Can we used "seton lr" OR "*INLR = *ON" in between the program code ? 3:if yes then according to there function the code which is written acter seton lr/ *inlr should not be execute . Can any one tell me why those code get executed ?
Can we trigger an rpg program which has user interaction with display file when updating a file using the command ADDPFTRG?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?