SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Debugging and Testing DATA Steps
Debugging a DATA Step


Question: What is the result of submitting the following DATA step?
     data reg2sale;
        set master.sales;
        if region='2';
        if sale>25000 then Bonus=500;
     run;
The step will neither compile nor execute.
The step will compile but not execute.
The step will compile and execute.


  back||next

 

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

Terms of Use & Legal Information | Privacy Statement