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 |
1.Are there any errors in the following statement?If so then list them.DTAARA is a data area having a field EMP # and EMPNO is a field in the file EMPPF.Which has one record. READ EMPPF IF %FOUND(EMPPF) IN DTAARA EVAL EMP#=EMPNO OUT DTAARA ENDIF
i have a file with the values 10, 20, 30, 40, if am setll with the value 25 then readp, so what it will return?
i have 1000 records in pf.what are all the ways to read a particular name records in rpg?? ie.. in pf i have a name called demo appeared around 52 times hw will we read this particular records in rpg/400?.
Can a indexed file be accessed in arrival sequence in RPG?
How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?
Why did we give STRSRVJOB while debugging batch program
What is the difference between ITER and DO ? I know both are used to execute set of statements repeatedly, but what is the main difference?
How can we access Interactive job LDA in Batch Job?. and How we can access a file in interactive QTEMP lib in Batch job?.
WHAT IS MEANT BY SIGNATURE VAILOTION ERROR
what is decimal data error? when it will come and how to achieve(rectify) this error please give me solution as well as code
how can i retrieve the field name from display file at run time? Devendra Singh Tomar
1.The questions have given an array declaration and move operation then this statement is correct or not?