how to change the execute of macro
No Answer is Posted For this Question
Be the First to Post Answer
What is PROC in SAS?
In PROC PRINT, can you print only variables that begin with the letter “A”?
Which date function advances a date, time or datetime value by a given interval?
Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
What is the good sas programming practices for processing large data sets?
What are the default statistics that proc means produce?
Can we replace a dataset into view?
Are you sensitive to code walk-throughs peer review or QC review?
What are the rows present in protocol Violation table?
2 Answers Accenture, Quintiles,
how to intersect the tables by using PROC MIXED?
Can you execute a macro within a macro? Describe. : sas-macro