I want my simple Green screen should refersh every 1
min ,How can I do it..? Please share the logic
Answers were Sorted based on User's Feedback
Answer / jvn
To refresh your green screen you have to use INVITE (reocrd
level)keyword in your display file, and during compilation
of the file 'restore display' and 'wait record' parameters
should be informed.
RSTDSP = *YES
WAITRCD = 60 (in seconds)
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / syam
It is possible only WRKACTJOB command then press F19 =
Shift F7. If you want to refersh thru your program you need
to write logic. ( use do undil to start a counter then
write screen again)
| Is This Answer Correct ? | 4 Yes | 4 No |
Difference between RESET and CLEAR
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
1.The questions have given an array declaration and move operation then this statement is correct or not?
Why there is invention of RPG if we can do insert update delete in CL through SQL.Why the rise of RPG?
What is a record lock error?
can i use unique key in LF
i want to retrieve record b/w 2 dates in as400
how can i retrieve the field name from display file at run time? Devendra Singh Tomar
I know whole thing ab't Arrays related to declaration..can anyone tell me what exactly use of array or anyone faced a situation where he found use of array must....
what is importance of 'MAPFLD' IN OPNQRYF FILE ?
how can an indexed file be used as arrival sequence in RPG?
How would display prime numbers using CL program?