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

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

1 Answers  


1.Are there any errors in the following statement?If so then list them.DTAARA is a data area having a field EMP # and EMPNO is a field in the file EMPPF.Which has one record. READ EMPPF IF %FOUND(EMPPF) IN DTAARA EVAL EMP#=EMPNO OUT DTAARA ENDIF

5 Answers  


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

1 Answers  


IN RLU what are the record level keyword is used?

5 Answers   iGate, TCS,


what is an online rpg?

0 Answers   IBM,






What is the OPEN and CLOSE accesspath?

3 Answers   CTS,


what is ment by "MDT"

2 Answers   TCS,


if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.

0 Answers  


check existence of one record without using chain or read?

1 Answers   IBM,


What does Implicit Open means with respect to a file ? What about the Explicit Open?..what are the major differences between these two?

1 Answers   IBM,


thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400

0 Answers   iGate,


Need a sql query: retrieve all duplicate records in table?

1 Answers  


Categories