What are the limitations for memory allocation for SAS variables
No Answer is Posted For this Question
Be the First to Post Answer
Explain how merging helps to combine data sets.
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
Are you involved in writing the inferential analysis plan? Tables specfications?
Explain the use of proc gplot? : sas-grid-administration
what is hash files in sas and why we are using this one in sas?
What are the special input delimiters used in SAS?
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 it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT
describe how to adjust the performance of data integrator? : Sas-di
what is sas olap server? : Sas-di
where are dashboard components are created and maintained? : Sas-bi
How would you compile all macros from a folder in a study, within the autoexec program?
What is the good sas programming practices for processing large data sets?