SAS goto statement


/ Published in: SAS
Save to your folder(s)

You can use the goto statement to have SAS process statements in some other part of your program, by providing a label followed by a colon before the statements you wish to jump to. Label names follow the same rules as variable names, but have a different name space. When a labeled statement is encountered in normal processing, it is ignored.

URL: http://jaredprins.squarespace.com/blog/2008/5/26/sas-flow-control-the-goto-statement.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.