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

parameters cannot be passed in which one??

2 Answers   CTS,


If record-format name in an externally-described file has already been defined as a file-name.how to solve this?

2 Answers   CTS,


A particular job executing on the iS is not behaving as expected and is operating in an environment in which it can be debugged. What commands would you use to debug and observe the program?

2 Answers   IBM,


1.WHAT IS WRONG WITH THE CODE BELOW? C CUSTNO CHAIN CUSTMAST IF %ERROR can any body find the wrong please? 2.What builtin function will you use to achieve the following functionality? C QTY IFLT *ZERO C QTY MULT-1 QTY ENDIF

5 Answers   CTS,


In ProgramB there is a SBMJOB, which is a call to program C .There is also a CALL to program D from B. How would you check the program C has been executed in D?

4 Answers  






Can you copy the records created by the OPNQRYF to other files and how?

2 Answers  


can i use unique key in LF

3 Answers   TCS,


two types of read performed in dataqueue?????

4 Answers   CTS,


How can you delete a record from a file in RPG without using DELETE oppcode?

2 Answers   UST,


How can read PF in reverse order (end to start) in CL pgm..

8 Answers   TCS,


I have learnt through Net that Debugging a Batch job involves 1. Submit the job with the HOLD (*YES) parameter: SBMJOB HOLD(*YES) or Hold the job queue that before submitting the job by using the HLDJOBQ command. 2. Determine the job name, user, and number of the submitted job by using the WRKSBMJOB command. 3. Type the Start Service Job command on your screen: STRSRVJOB JOB(job name/user/number) 4. Type the Start Debug command on your screen: STRDBG 5. Release the job in the jobq. Type WRKSBMJOB and then put a 6 beside the job to be released and press enter, or, if the job queue was put on hold, release the job queue with the RLSJOBQ command. 6. A display appears when the job is ready to start, saying that you can now begin debugging the job. Press F10 to show the Command Entry display. 7. Now you can start debugging by entering an Add Break Point command: ADDBKP 8.ENDDBG 9.ENDSRVJOB I tried this for RPG/400 Program and up to six steps of the above it's ok,but for me no source is displayed and i typed DSPMODSRC in Command line but still i can't see the sourceif i press F.10 and enter command ADDBKP i don't know how to add break points through it,usually i add break points using F.6 for Interactive job debugs,but since this is batch i don't know sir,Please help me out. I was asked this question in a interview,i know only RPG/400 and i’m asking for debugging of RPG/400 program only sir. or is it only possible to debug BATCH RPG ILE JOB and it is not possible to debug BATCH RPG/400 JOB kindly help me out sir

4 Answers   HSBC,


what is the difference between SETON RT & RETURN?

5 Answers  


Categories