what is program data vector? : Sas-administrator
No Answer is Posted For this Question
Be the First to Post Answer
Mention what are the data types does SAS contain?
Difference between informat and format?
How many versions came upto now in SAS?
The Lion King is hosting an animal conference. All the animals in the world attend except one. Which animal does not attend?
What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;
What are the differences between sum function and using “+” operator?
how do you derive descriptive statistics?
1 Answers Accenture, Quintiles,
Explain input and put function?
What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here
Name any two sas spawners? : sas-grid-administration
What is the purpose of the trailing @? The @@? How would you use them?
If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?