I have a dataset concat having variable a b & c. How to rename a b to e & f?
what is the difference between proc report and proc format?
explain the difference between proc means and proc summary?
What is SAS? What are the functions does it performs?
how do you debug and test your sas programs? : Sas programming
what are some differences between proc summary and proc means? : Sas programming
how do u identify a macro variable
What do the PUT and INPUT functions do?
What is the difference between nodupkey and nodup options?
How do you add a number to a macro variable?
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
Does SAS ‘Translate’ (compile) or does it ‘Interpret’? Explain.
Tell me about % include and % eval? : sas-macro