How can a screen field that has changed since the last
output operation be detected?

Answers were Sorted based on User's Feedback



How can a screen field that has changed since the last output operation be detected?..

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

How can a screen field that has changed since the last output operation be detected?..

Answer / sunit

by attaching an MDT attribute with the field

Is This Answer Correct ?    0 Yes 0 No

How can a screen field that has changed since the last output operation be detected?..

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

How can a screen field that has changed since the last output operation be detected?..

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

Post New Answer

More RPG400 Interview Questions

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?.

11 Answers   IBM,


what is the rpg system?

0 Answers   IBM,


what are the parameters of jobd?give in detail.&what are the parameters of subsystem...????

1 Answers   CTS,


What is the syntax of passing parameters to a procedure by value?

1 Answers  


1.Where we declare Variables in RPG/400,RPGIV,RPGILE.? 2.When do we use D-spec and I-spec in real time ?.what is difference between them?

1 Answers   HP,






wat is scan and check ? give me real time scenarios where we used these keywords in ur projects?

2 Answers   Four soft,


if i have three programs progA,progB and progC .now i call progB from progA. but the progB does not exist . now i want to call progC instead of starting dump. how can we achieve this.

10 Answers   Four soft,


i have 6 char field in program, but this field is using in all files i want to chage field size as 10 char , how can i do this except using *like defn...?

1 Answers   IBM,


What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?

0 Answers   Wipro,


please guys help me,I need to write a program that shows more than one way to display a subfile. Both views are of the same file but sorted differently and show different fields of the same file when the user presses a function key. send me code

4 Answers   Virtusa,


I have file with data as follows data 1 2 3 4 5 I need to read 1 and 5 ,then 2 and 4 then like.. upto end of file, can any one help on this

3 Answers   ISG,


How to set on/off a group of indicators in a single statement?

3 Answers  


Categories