Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Program Timeouts

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Program Timeouts

    Is there a way to timeout a 400 RPG program. We are converting from S36 code running on a RSC6000 to an Iseries 810 5.2 OS. We are not looking for a session timeout. I am able to compile the code on the 400 but only by removing the O-specs of what I believe is the TIMER code since I have not found an equivelant. I've enclosed what I refer to as the TIMER code.
    Code

  • #2
    Program Timeouts

    if you want to timeout a display file (assuming this is want you want to do), use the INVITE keyword in the DSPF and WAITRCD(seconds) when compiling or in the OVRDSPF command. and, in the RPG program, you need to add a few keywords (see code below) HTH
    Code

    Comment

    Working...
    X