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 |
program to find the number of objects used in a given program through a display.
How to declare the pull button in AS/400..
Why Rpg/400 is Famous?
how do u find whether a record is locked or not??/
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
Can we create 300 logical files based on a single physical file using the CRTLF command only once?.
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
Can we found a record existance in a file w/o reading the file?
6 Answers Traitsys Technologies,
how to check on which PF , the LF is dependant ?
how do I preserve and clean the array?
without logical file we cannot access the data in physical file.but we specify physical file in the program(ie:- Ffile IF E k disk).how can it be accessed?
What is the difference between inner join @ outer join