Explain by-group processing?
what the use of proc glm
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
What is the difference between an informat and a format? Name three informats or formats.
Describe how you would pass data to macro.
Tell me more about the parameters in macro? : sas-macro
explain the proc in sas? : Sas-administrator
How would you compile all macros from a folder in a study, within the autoexec program?
i want to upload titles and footnotes to excel file?how it is possible?
What is the difference between an informat and a format. Name three informats or formats.
data jagan1.s; input bp$; cards; 100/90 120/89 112/87 run; in the above code how to convert character data values to numeric data values?
what is data governance? : Sas-di
What is proc sql pass through facility?