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 |
how many variables can we declare in cl pgm?
in rpg could u please tell me errors types and meanings like 3030 that ....
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
What will be your approach in going either for OPNQRYF or Logical files. Which one to go for?
can any body correct the following code? Following a procedure which returns the maximum of two numbers.Correct the following code. P GETMAX B D GETMAX PI D NUM1 35 0 D NUM2 45 0 C IF NUM1 > NUM2 C RETURN NUM1 C ELSE C RETURN NUM2 C ENDIF P GETMAX E
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,
1.find most occurrences of a character. for exm: input:aaabbbbdddddyyy output: d 5 times how can i get that?
can i use UPDDTA command in rpg program in which contains a file
can we perform CHAIN operation on Subfile record format....?
What are different ways to pass data between programs and which one is the efficient way?
What is the difference between inner join @ outer join
Why there is invention of RPG if we can do insert update delete in CL through SQL.Why the rise of RPG?