how can you create zero observation dataset? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
One way of creating a new variable in Macros is by % Let....What is the other way..?
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
i have a null dataset with 20 variables. i want to upload the variables which contain name like a or k or anything in another dataset.how can we create the dataset?
What is the order of evaluation of the comparison operators: + - * /** ()?
/* To determine the maximum and minimum of V1 */ data before3; input v1 v2 v3; cards; 3 2 1 4 6 5 2 1 3 6 5 4 1 3 2 5 4 6 ; run;
Mention the category in which sas informats are placed?
what is star schema? : Sas-di
what is AE onset date and what is RDS?
Can anyone help to find a statement to get all the predefined formats?
3 Answers Verinon Technology Solutions,
wat has been most common programming mistake?
What are the implications?
How would you remove a format that has been permanently associated with a variable? ________________