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

WHAT IS MONMSG IDENTIFIER FOR STRTCPFTP command IN cl (as/400)?

3 Answers  


We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?

0 Answers  


what is the procedure and explain about real time scenario.

0 Answers   Adhoc Technologies, Hanuman Automation, HSBC, IBM,


What is the Record Address file. How can we use it in RPG program?

4 Answers  


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?

2 Answers   IBM,






which MONMSG will give higher priority in CL program? I know MONMSG are of two types. Program Level Monmsg and Command Monmsg?

1 Answers  


I need to generate outfile for object of all the user lib. in the sysmte using cmd DSPOBJD. But this cmd is correcpted in my server,Any body tell me is there any alternative...?

2 Answers  


Can we create 300 logical files based on a single physical file using the CRTLF command only once?.

8 Answers  


what is difference between DSPFD and DSPFFD?please give me real senario with good example?

1 Answers  


Q1.How to read the Array? Q2.How to copy the content of one Array to another Array?

4 Answers   IBM,


Can someone tell me tell me what is meant by message wait...?

1 Answers  


Can a run time array be declare like below with no specified number of elements ? Is it possible ? DFLD_ARRAY 7 DIM() INZ(*blanks) What does this mean ? Does this mean that the number of array elements will be dynamically declared during run time ?

1 Answers   TCS,


Categories