Can you execute macro within another macro? : sas-macro
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between nodup and nodupkey options?
Have you been involved in editing the data or writing data queries?
1 Answers BioServe, Oracle, Sasken,
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn?t have a value?
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
what is in stream data in SAS?
What does PROC print, and PROC contents do?
What techniques and/or PROCs do you use for tables?
What is the purpose of _character_ and _numeric_?
data voter; input Age Party : $1. (Ques1-Ques4)($1. + 1); datalines; 23 D 1 1 2 2 45 R 5 5 4 1 67 D 2 4 3 3 39 R 4 4 4 4 19 D 2 1 2 1 75 D 3 3 2 3 57 R 4 3 4 4 ; Idont understand what the (Ques1-Ques4)($1. + 1) means. I have seen (Ques1-Ques4)(4*$1.), but what is (Ques1-Ques4)($1. + 1)? Appreciate all help Thanks
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn’t have a value?
why only we use SAS? their r many programmin language like SPSS, Oracle... Why SAS?