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 |
what is flat file?
Hello, I want to extend a length of field in my Display file(Subfile). Please suggest the possible steps. Thanks
What is the purpose of record level identifier?
What are the values of NUM1 and NUM2 after executing the following code? CLONO1NO2NO3 Factorl÷÷+OpcdeFactor2+÷+ResultLenDHHiLoEq C MOVE *LOVAL NUM1 50 C MOVE *J-fIVAL NtJM2 52
How can you delete a record from a file in RPG without using DELETE oppcode?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
WHAT IS MENT BY RECORD LEVEL IDENTIFIER ? WHAT IS THE PURPOSE OF THIS?
what is the equivalent keyword for CHAIN opcode ??
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....
explain sflclr, sflend, sfldlt, and sflcsrrrn?
How to read alternative records in a pf by using rpg?
What will be your approach in going either for OPNQRYF or Logical files. Which one to go for?