What does the RUN statement do?
No Answer is Posted For this Question
Be the First to Post Answer
what are informats in sas? : Sas-administrator
what is sas and what are the functions? : Sas-administrator
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
You have a data set of 100 observations,how can you restrict the output so that the output has only data from row no. 10 to row no. 20
What is your favorite all time computer book? Why?
Name types of category in which SAS Informats are placed?
What is the order of evaluation of the comparison operators: + - * /** ()?
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
If you were told to create many records from one record show how you would do this using arrays and with PROC TRANSPOSE?
How could you generate test data with no input data?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
Can you execute a macro within a macro? Describe. : sas-macro