Chapter Contents

Previous

Next
Command Directory

goto

Alias for resume Command; Resume Program Execution at a Specified Location

ABBREVIATION
got{o}

FORMATS
Format 1: goto
Format 2: goto LINENO
Format 3: goto FUNCTION-NAME
Format 4: goto FUNCTION-NAME LINENO

DESCRIPTION
All formats of the 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.

SYSTEM DEPENDENCIES
none

COMMAND CAN BE ISSUED FROM

PROFILE no
configuration file no
Source window prefix g

SCOPE
The goto command uses command scope to supply default function names.

RETURN CODES SET
not applicable

SEE ALSO
resume


Chapter Contents

Previous

Next

Top of Page

Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.