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 can you import .csv file in to sas? : Sas programming
What is the difference between using drop = data set option in data statement and set statement?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set.
What is the difference between an informat and a format. Name three informats or formats.
What is the basic syntax of a sas program?
how to perform paired t-test using Base/SAS & SAS/Stat?
what is OLAP?
% let A=3+4 what is result
what is the difference between unique key and primary key? : Sas-di
what is the SAS/ACCESS and SAS/CONNECT?
9 Answers Accenture, iFlex, TCS,
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming