what is enterprise guide? What is the use of it? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
Are you familiar with special input delimiters? How are they used?
What areas of SAS are you most interested in?
What are the difference between the sas data step and sas procs?
What are some problems you might encounter in processing missing values? In Data steps? Arithmetic? Comparisons? Functions? Classifying data?
At compile time when a SAS data set is read, what items are created?
what is sas metadata repository? : Sas-bi
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak
What do the put and input function do?
How are numeric and character missing values represented internally?
how do you test for missing values? : Sas programming
which stats created by proc means that are not created by proc summary or vice versa?