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 |
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?.
what is the rpg system?
what are the parameters of jobd?give in detail.&what are the parameters of subsystem...????
What is the syntax of passing parameters to a procedure by value?
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?
wat is scan and check ? give me real time scenarios where we used these keywords in ur projects?
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.
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...?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
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
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
How to set on/off a group of indicators in a single statement?