SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Editing and Debugging SAS Programs
Resolving Common Problems


Question:

What should you do to produce the requested output after submitting the following program?
     data perm.fitness;
        set clinic.stress99;
        where tolerance='N;
     run;
     proc print data=perm.fitness;
     run;
Recall the program to the Program Editor window and correct the error. Then submit the corrected program.
Submit the following line.
     '; run;
Submit the following line. Then recall the program to the Program Editor window, delete any unnecessary statements, correct the error, and resubmit the program.
     '; run;


  back||next

 

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

Terms of Use & Legal Information | Privacy Statement