Explain the difference between informat and format with an example.
No Answer is Posted For this Question
Be the First to Post Answer
Intern stastical programmer written test
what is data governance? : Sas-di
describe about metadata object? : Sas-di
How do you put an elephant in the refrigerator?
explain the main difference between the nodup and nodupkey options? : Sas-administrator
What do you feel about hardcoding?
The below code we are using for creating more than one macro variables in proc sql using into clause. How we can use same code to create macro variables vara, varb, varc instead of var1, var2, var3.? proc sql noprint; select count(distinct(patient)) into :var1 - :var3 from dataset1 group by trtreg1c ; quit;
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;
Can you continue to write code while the rest of the people on the floor where you work have a noisy party to which you were not invited?
How many versions came upto now in SAS?
Name some categories in sas 9? : sas-grid-administration
what are system option ? give few examples ? what are dataset options and dataset statements ? if there is a keep option and keep statement ? which one is executed first ? Difference between a WHERE statement and IF statement ? what is the advantage of using WHERE statement option on the dataset ?