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 |
how do u validate sas program
explain about sas business intelligence? : Sas-bi
Name some categories in sas 9? : sas-grid-administration
why is sas considered self-documenting? : Sas programming
what are several options for creating reports in web report studio? : Sas-bi
Describe a time when you were really stuck on a problem and how you solved it?
How we can create SAS USER DEFINED CODE?
how do i get last 10obs from a dataset when we don't know about the number of obsevations in that dataset?
What are the efficacy variables in your study?
2 Answers Accenture, Quintiles,
How to limit decimal places for variable using proc means?
If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?
How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C