This command resumes execution at a specified location. The syntax controls where execution resumes.
To resume execution at the specified indirect command sequence number, use this syntax:
GOto *nnnnn
To resume execution at the specified statement number, use this syntax:
GOto #nnnnn
To resume execution at the specified hexadecimal displacement, use this syntax:
GOto +nnnnn
To resume execution at the specified paragraph‑name, use this syntax:
GOto 'paragraph‑name'
Example
GO *1150
|
Copyright © 2012 CA.
All rights reserved.
|
|