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 the rpg system?
i)What is the command to lock a file in a program ii)2. Can you get a level check error in a CL program
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
why we do STRSRVJOB in batch debugging in as400
where we give the MSGSFL in rpg400?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
1) How to retrieve RRN through RPG ? 2) How to pass parameter by value ? 3) How to trap the error through the RPG/400
10 Answers IBM, Tech Mahindra,
i want to perform uniqness on db file bt my db file nt hving key by useing rpgle.
Can AnyOne tell me how to read join logical file in rpg from starting to end?
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
1.What is referential Integrity? 2.What is Foreign Key? 3.What is Transfer Control? 4.What is Free format?
what is *place and *auto keyword in prtf ?plz explain