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 the difference between proc means and proc tabulate?
i have multiple .csv files in a unix directory. every file is having variable names as header.even for empty file also. suppose take 3 files a.csv b.csv c.csv a.csv contains data as name;age,salary; raja;34;4000; ravi;33;5000; kumar;25;3000; b.csv contains data as name;age,salary; ajay;40;4500; and c.csv contains name;age,salary; (only headers) Now i want to import and append all these files in to a single dataset. i tried infile statement with *.csv to import all at a time. but i m not getting correct data. please help me . its urgent. thank you in advance
What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;
Explain the difference between nodup and nodupkey options?
What are the new features included in the new version of SAS Programming Language?
How do you write a test plan?
Describe the types of SAS programming tasks that you performed like Tables? Listings? Graphics? Ad hoc reports? Other?
Identify statements whose placement in the DATA step is critical?
How to sort in descending order?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
If a variable contains only numbers, can it be a character data type?
What is the general format of function in sas? : sas-grid-administration