Skip to main content

Problem:

The Help system states that the actual timeout period for the stated value is in seconds or tenths of a second for example:

     ACCEPT ws-variable AT 2326

          TIMEOUT AFTER 600

          ON EXCEPTION

               MOVE 1 TO ws-variable.

Resolution:

This format of ACCEPT is a Micro Focus extension (see Language Reference manual for full details).

The timing unit used is not specified within the source.  The ADIS configuration utility (ADISCF) allows you to specify whether the value is treated as seconds or tenths of a second.

The default setting is seconds.

Old KB# 7060