' / ;
Put '
' / ' There was no data found that satisfied the search ' / | ' /
' / ;
Call Execute ('EndSAS ;') ;
Call Execute ('%Str(;) ;') ;
Run ;
%End ;
%Else
%Do ;
Data _NULL_ ;
File _WEBOUT ;
Put '' /
'
' / ;
Put '
Data was found for this query -- ' / | ' /
' / ;
Call Execute ('%Str(;) ;') ;
Run ;
%End ;
/*
%If (&ROWS = 0) %Then
%Do ;
Data _NULL_ ;
PutLog 'There are no rows in the table !' ;
Call Execute ('EndSAS ;') ;
Call Execute ('%Str(;) ;') ;
Run ;
%End ;
%Else
%Do ;
Data _NULL_ ;
PutLog "There are &ROWS rows in the table" ;
Call Execute ('%Str(;) ;') ;
Run ;
%End ;
*/
%Mend ROWS ;
Proc SQL ;
Create Table IsErika As
Select *
From SATURN.SPRIDEN
Where SPRIDEN_PIDM = &ID ;
Quit ;
%Rows (IsErika)
Data _NULL_ ;
File _WEBOUT ;
Put '' /
'
' / ;
Put '
Processing continues-------------' / | ' /
' / ;
Call Execute ('%Str(;) ;') ;
Run ;
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.