Name few SAS functions?
No Answer is Posted For this Question
Be the First to Post Answer
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
how can you import .csv file in to sas? : Sas programming
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 are the ways to do a “table lookup” in sas?
How would you keep from overlaying the a SAS set with its sorted version?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
what are scrubing procedures in SAS?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
Are the preferred term counts are always equal to Body system counts? If so, Why are they equal if not why they are not equal?
What is the purpose of using the N=PS option?
how do you want missing values handled? : Sas programming
tell me about intnx, intcx functions?