GOTRETRY control statement
The GOTRETRY control statement changes the default retry parameters for PROCOPT=GOT.
The GOTRETRY control statement is used to retry database accesses for PROCOPT=GOT. When encountering an incorrect pointer with HIDAM, HDAM, PHIDAM, and PHDAM databases, HSSR Engine, by default, attempts to access the database access four times, with 5-second intervals between attempts. GOTRETRY can be used to change the default value for both the number of access attempts and the number of seconds to wait between these access attempts.
0........1.........2.........3.........4.........5.........6.........7.........8
12345678901234567890123456789012345678901234567890123456789012345678901234567890
GOTRETRY NBR=nnn,WAIT=sss
- Position
- Description
- 1
- Code the GOTRETRY keyword to instruct HSSR Engine to override the default number of reaccesses and the default number of seconds to wait before each reaccess attempt.
- 10
- This entry can contain one or both of the following keywords in
any order:
- NBR=nnn
- This entry denotes the number of times that HSSR Engine attempts to reaccess a database. nnn is a left-aligned number in the range of 1 - 999.
- WAIT=sss
- This entry denotes the number of seconds that HSSR Engine waits before it attempts to reaccess a database. sss is any left-aligned number in the range of 0 - 999.