How would you compile all macros from a folder in a study, within the autoexec program?
Answer / sumanth
Using options sasautos = (sasautos,"&_macros") after a libname statement
| Is This Answer Correct ? | 1 Yes | 2 No |
How do you add a number to a macro variable?
How to import the Zip files into SAS? If it is possible in SAS? If it is posible write the code...
What does the trace option do?
What are the data types in sas?
What is the use of divide function?
Code the MEANS to produce output to be used later.
Name and describe few sas character functions that are used for data cleaning in brief.
: and & modifiers.
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 do you test for missing values?
How to read an input file in sas?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming