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



I want my simple Green screen should refersh every 1 min ,How can I do it..? Please share the log..

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

I want my simple Green screen should refersh every 1 min ,How can I do it..? Please share the log..

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

Post New Answer

More RPG400 Interview Questions

Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?

0 Answers  


Can a indexed file be accessed in arrival sequence in RPG?

1 Answers  


How to identify the object has compiled with the debug view as *source without using STRDBG?

6 Answers  


I have one cl program which calls two rpg programs named a & b. I am loading a run time array in Pgm A and the control comes back to cl pgm. i call pgmb and I want to read the runtime array in pgmb which was loaded in pgma. How it can be acheived. I should not use any intermediate file or dataarea to store the loaded values.

2 Answers  


can we perform CHAIN operation on Subfile record format....?

4 Answers  






What would be the result on writing a data record to a PF file using the "WRITE" opcode after the SETON *ON *INLR statment?

10 Answers  


parameters cannot be passed in which one???

4 Answers   CTS,


what r drawbacks of OPM? Why do we go for ILE RPG?

1 Answers  


What is I90(Insure 90)?

1 Answers  


As Packed veriable store 2 digits in 1 byte and ZONE variable store 1 digit in 1 byte... Please tell me when we have to use Packed and Zone variable...?

1 Answers  


what is data area and how it is used in rpg program ?

0 Answers   IBM,


1. If my rpg program has a date field, What extra care I have to take while compiling that RPG program? 2. If the file is keyed and I have declared the file as well as Key list properly in my program. Still am getting an error message like "Chain/reade operation is not allowed" What may be the case?

6 Answers   Virtusa,


Categories