SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Generating Data with DO Loops
Constructing DO Loops


Question: Which of the following statements will not execute a DO loop?
 
do i=8,10,4,14;
do i=.30 to .20 by -.1;
do i=(x+10) to x;
do i=-1 to -3 by -1;



  back||next

 

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

Terms of Use & Legal Information | Privacy Statement