Can you execute a macro within a macro? Describe. : sas-macro
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between %local and %global? : sas-macro
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
Mention few capabilities of sas framework.
Why Info School? BUILD YOUR CAREER WITH RIGHT GUIDANCE AND SUPPORT SAS Training in Data Management at InfoSchool Bangalore
is there any differnce between proc means and proc summary?
Are you involved in writing the inferential analysis plan? Tables specfications?
Under what circumstances would you code a SELECT construct instead of IF statements?
What SAS statements would you code to read an external raw data file to a DATA step?
Below is the table. Required to be output should be the highest number of each student_id. Example. Student_id Subject Marks 1 Hindi 86 2 Hindi 70 3 English 80 . Calculate sum and average marks for each group of student_id Example. Student_id Subject Marks Total Marks Average 1 English 40 181 60.33333 2 English 67 196 65.33333 3 English 80 160 53.33333 PLEASE PROVIDE THE CODE OF ABOVE PROBLEMS
how to add distinctly var variable values ex.. Data a; input var; datalines; 0 1 2 3 -1 -2 -3 ; run; adding all +ve value in one varibale n do the same for -ve too
how to import XTP files into SAS datasets?
1 Answers Barclays, Institute For Plasma Research,
sas macros