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 |
in which companies SAS openings are there? List of companies using SAS technology.
What is the difference between INPUT and INFILE ?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
What data sets do you need to produce the report?
what is intially documentation for a sas programmer?
What do you feel about hardcoding?
how to write code for left outer join in SAs using datastep?
Name statements that are recognized at compile time only?
Can we use where and having clauses in a single SAS program. ex: proc sql; select a,b,c from test where state in 'KA' and having <some condition>. Is the above program run correctly, if not why ?
What is criteria for adverse events and treatment-emergent adverse events?
Mention the validation tools used in SAS?
What system options would you use to help debug a macro? : sas-macro