How do i read multiple spaces in datasets?
Answers were Sorted based on User's Feedback
Answer / kumaraswamy maduri
1) While reading external data if there are any consecutive
blanks we use DSD.
2) While reading free format extrenal data, if the two word
have to be read for a sing variable we use &.
| Is This Answer Correct ? | 7 Yes | 0 No |
what is study design in while working with SAS? what are screening variables in SAS?
What is the purpose of the trailing @? The @@? How would you use them?
hi i date is 05sep2005; i want the oupput like 05sep2005:00:00:00 ; how it wil come?
how to import XTP files into SAS datasets?
1 Answers Barclays, Institute For Plasma Research,
You need to perform an analysis on a massive dataset by groups, but are unable to sort the data due to memory constraint. How would you accomplish the task?
what are the best practices to process the large data sets in sas programming? : Sas-administrator
I need to find the numeric field which contains blank in between..Ex:123 456...there is blank in between the 123 456..I need to know if there is any SAS function to find a field.. Please suggest...
Diff between proc sql merge and join?
What is maximum number of rows and cols can be handled in SAS?
Explain proc univariate?
Explain proc sort?
How we can call macros with in data step? : sas-macro