go

go


g Index Level h
Syntax g{o} statement.label
g{o} aparameter.number
Category PROC
Type Command
Description transfers program control to another PROC statement.
The first form transfers control to the specified statement label. The second form is an indirect transfer, according to the value of the label, as extracted from a parameter in the input buffer
Options
See Also PROC primary input buffer secondary input buffer sp ri ss GOTO g if u01a2
Example go 99
Transfer control to PROC statement with label 99.

go a4
Transfer control to the PROC label that matches the fourth parameter in the active PROC input buffer.
Warnings
Compatibility
g Index Level h