' / ;
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 ;
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!
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.