What is a put statement?
No Answer is Posted For this Question
Be the First to Post Answer
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
Which are the statements whose placement in the data step is critical?
how to handle in stream data containing semicolon in it?
where will go the observations that were deleted by delete statement?
Approximately what date is represented by SAS date value of 730
How to display duplicate observations in data?
How to create an external dataset with sas code?
How to sort in descending order?
which features do you use to check the data validations and errors? : Sas-administrator
Give some examples where proc report’s defaults are different than proc print’s defaults?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
Under what circumstances would you code a SELECT construct instead of IF statements?