which of the following proc statement can be used to delete all the SAS datasets present in the library MyWork

  1. proc datasets lib=Mywork kill ;run;

  2. proc datasets lib=Mywork delete ;run;

  3. proc datasets; lib=Mywork delete ;run;

  4. proc datasets lib=Mywork erase ;run;


Correct Option: A

Find more quizzes: