What function CATX syntax does?
No Answer is Posted For this Question
Be the First to Post Answer
how to read the variables in sas? : Sas-administrator
what is _error_?
2 Answers Axis Bank, Cognizant, JPMorgan Chase,
how do you derive descriptive statistics?
1 Answers Accenture, Quintiles,
Do you need to combine data sets? How should you combine data sets– MERGE or SET statements in DATA steps,PROC APPEND,PROC SQL?
what is option year cuttoff in sas
how many data types in sas? : Sas-administrator
How can you put a "trace" in your program?
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
What is the difference between SAS functions and procedures?
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
what is sas data set?
%STPbegin;%STPEND; ERROR: No logical assign for filename _WEBOUT. WARNING: No body file. HTML output will not be created. unable to fix it.plz help