Chapter Contents |
Previous |
Next |
Command Directory |
Alias for resume Command; Resume Program Execution at a Specified Location
got{o}
Format 1: |
goto |
Format 2: |
goto
LINENO |
Format 3: |
goto
FUNCTION-NAME |
Format 4: |
goto
FUNCTION-NAME LINENO |
goto
command allow you to resume execution at a specified location. Thus, you can
reexecute or bypass portions of your program.
The goto
command is an
alias for the resume
command. See resume for a complete
description.
PROFILE | no |
configuration file | no |
Source window prefix |
g |
goto
command uses command scope to supply default function names.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.