Difference between SAS STATA & SPSS?
No Answer is Posted For this Question
Be the First to Post Answer
What are the special input delimiters used in SAS?
What are the limitations for memory allocation for SAS variables
Are you familiar with special input delimiters How are they used?
What are the rows present in protocol Violation table?
2 Answers Accenture, Quintiles,
Briefly explain input and put function?
I need to find the numeric field which contains blank in between..Ex:123 456...there is blank in between the 123 456..I need to know if there is any SAS function to find a field.. Please suggest...
Which command is used to save logs in the external file?
Tell e how how dealt with..
How do you add a number to a macro variable? : sas-macro
i have a dataset with 25 obs; 10th obs has like ramu,anji,ramu,azad,ramu like this. i want to know how many times the word repeats in that obs?
WHAT DOES A SAS SPECIFICATION DOCUMENT SDS CONTAIN ?
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