What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
1038Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
1199
What are the implications?
why is a stop statement needed for the point=option on a set statement? : Sas programming
What is the difference between using drop = data set option in data statement and set statement?
Compare sas with other data analytics tools.
Explain data step in SAS
how does sas handle missing values in formats? : Sas programming
explain the main difference between the nodup and nodupkey options? : Sas-administrator
Explain the purpose of substr functions in sas programming.
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
how does sas handle missing values in assignment statements? : Sas programming
what are the best practices to process the large data sets in sas programming? : Sas-administrator
What is slibref?
Where do you use proc means over proc freq?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
describe about metadata object? : Sas-di