What are symget and symput? : sas-macro
No Answer is Posted For this Question
Be the First to Post Answer
Explain data_null_?
How do you write a test plan?
What is the difference between INPUT and INFILE ?
How would you code the criteria to restrict the output to be produced?
firstobs and obs are working only option wise,but we are using infile statement with firstobs and obs in a statement wise? so firstobs,obs working at options and statemnts or not?
How you can read the variables that you need?
how to know the attributes of first five datasets in a library
/*i have the following dataset.*/ data score; input marks ; datalines; 10 20 30 40 50 60 70 80 90 100 ; run; Now i should get the result as sum of 1 to 5 i.e(10+20+30+40+50)=150 and 2 to 6 i.e(20+30+40+50+60)=200 and 3 to 7 i.e(30+40+50+60+70)=250 and so on. how to get it. thanks in advance
How necessary is it to be creative in your work?
WHAT IS DEBUGGING? HOW TO TEST THE DEBUGGING IN SAS?
what are input dataset and output dataset options? : Sas programming
Does SAS ‘Translate’ (compile) or does it ‘Interpret’? Explain.