EVORXWAT - Wait/Sleep - ironstream_for_micro_focus_universal_discovery - 7.4

Ironstream for Micro Focus® Universal Discovery for IBM Z® Administration

Product
Ironstream > Ironstream for Micro Focus® Universal Discovery
Version
7.4
Language
English
Portfolio
Integrate
Product family
Ironstream
Product name
Ironstream for Micro Focus Universal Discovery for IBM Z
Title
Ironstream for Micro Focus® Universal Discovery for IBM Z® Administration
Copyright
2022
First publish date
2007

Name

Details

Description

This function will suspend the processing in the REXX program for the specified number of seconds. If no parameter or a non-numeric parameter is specified, the default is five seconds. The maximum wait time is 999 seconds; any input larger than 999 is truncated to 999. While processing a Wait, all other Ironstream REXX automation processing is suspended, which should be taken into consideration when choosing a wait time.

Syntax

EVORXWAT(seconds)

where:

seconds Number of seconds to wait; whole numbers 0-999

Return Value

A variable can be assigned to the command to hold one of these possible return texts:

OK The wait has returned successfully

REXX

Example

x = EVORXWAT(30)

x = EVORXWAT() /* Wait for five seconds */