Mention few capabilities of sas framework.
No Answer is Posted For this Question
Be the First to Post Answer
What are the efficacy variables in your study?
2 Answers Accenture, Quintiles,
What SAS statements would you code to read an external raw data file to a DATA step?
What are the functions which are used for character handling functions?
what is Difference between PROC SQL JOINS and MERGE?
which date functions advances a date time or date/time value by a given interval? : Sas programming
what is the primary data source for the wrs? : Sas-bi
Name and describe few sas character functions that are used for data cleaning in brief.
how to read raw data in sas. Do it manually and throw the programming.
what is the difference between SET and MERGE?
What is the difference between Proc tabulate and Proc print
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 is Enterprise Guide?what is the use of it?