Mention what is the difference between nodupkey and nodup options?
No Answer is Posted For this Question
Be the First to Post Answer
What are all the problems you faced while validating tables and reports?
0 Answers Accenture, Quintiles,
How do you read in the variables that you need?
What do you feel about hardcoding?
Do you need to know if there are any missing values?
what does .. meant in sas macros
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
how to read raw data in sas. Do it manually and throw the programming.
what is the difference between infile and input? : Sas-administrator
Compare sas with other data analytics tools.
what are different analysis datasets you created and what are the new variables created
How many versions came upto now in SAS?
Does SAS ?Translate? (compile) or does it ?Interpret?? Explain.