If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
No Answer is Posted For this Question
Be the First to Post Answer
What do you understand by the term Normal Distribution?
Describe a time when you were really stuck on a problem and how you solved it?
Mention how to limit decimal places for the variable using proc means?
what are all the default values getting in PROC MEANS...???
Define run-group processing?
how does sas handle missing values in formats? : Sas programming
Describe the ways in which you can create macro variables? : sas-macro
Why double trailing @@ is used in input statement?
What are the rows present in protocol Violation table?
2 Answers Accenture, Quintiles,
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 are the methods that you would employ to fine tune your SQL extract process using SAS/Access or Proc SQL?
how to know the attributes of first five datasets in a library