Explain the purpose of substr functions in sas programming.
No Answer is Posted For this Question
Be the First to Post Answer
what is slowly changing dimension? : Sas-di
Describe how you would pass data to macro.
What is SAS?
What SAS statements would you code to read an external raw data file to a DATA step?
how can u join the two tables without using proc sql Joins and nested queries ?
what is chi-square test? have you used that?
1 Answers Accenture, Quintiles,
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
i have a data set with 20 observations i want label from 8 to 15 observations ? how you create this one.
which stats created by proc means that are not created by proc summary or vice versa?
What are the criticality that you have faced during your project in SAS?
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