Of all your work, where have you been the most successful?
No Answer is Posted For this Question
Be the First to Post Answer
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 few built in sas transformation in DI studio ?
name several ways to achieve efficiency in your program? : Sas programming
What are the ways to do a “table lookup” in sas?
I have a dataset with variables empid and doj how to calculate retirement age?
What are SAS/ACCESS and SAS/CONNECT?
How to save the log information in a file for future use
Can Some one Explain How the Datasets from SAS can be loaded in to the MVS OS?
what is sas olap server? : Sas-di
Name validation tools used in SAS
What is the purpose of using the N=PS option?
How do you convert basic cube to transaction cube and transaction cube to basic cube?