What are the scrubbing procedures in sas?
No Answer is Posted For this Question
Be the First to Post Answer
What is the order of evaluation of the comparison operators: + - * /** ()?
If a variable contains letters or special characters, can it be numeric data type?
how do we get duplicate observations in a separate dataset?
There is a field containing a date. It needs to be displayed in the format “ddmonyy” if it’s before 1975,”dd mon ccyy” if it’s after 1985, and as ‘disco years’ if its between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT.
wt is a-z and a--z?
What do the put and input function do?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
if x=round(26.3,10)-1 then x= how much and how explain?
if a program has some 1000 or more line and how to know whether the syntax of the particular code is correct without checking it manually
How do you convert basic cube to transaction cube and transaction cube to basic cube?
What would be the value of month at the end of data step execution and how many observations would be there?
What is difference between N and n????