what are some differences between proc summary and proc means? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
What is the work of tranwrd function?
how to perform paired t-test using Base/SAS & SAS/Stat?
Explain proc univariate?
How long can a macro variable be? A token? : sas-macro
Give e an example of..
it will become easy if uuu provide website linkssss and list of consultanciessssss
what is sas and what are the functions? : Sas-administrator
Name validation tools used in SAS
Tell different ways to create Macrovarible?
3 Answers Accenture, PharmaNet i3,
Describe the ways in which you can create a macro variable?
Identify statements whose placement in the DATA step is critical.
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