Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. NOTE: The DATA step has been abnormally terminated
  2.  
  3. %let step8complete=0;
  4. data want;
  5. set sashelp.class end=eof;
  6. if eof then do;
  7. call symputx('step8complete','1');
  8. end;
  9. run;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement