Explain proc sort?
No Answer is Posted For this Question
Be the First to Post Answer
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 we will Developing new reports Using Data step programming and Macros ?
What is the significance of the ‘OF’ in X=SUM (OF a1-a4, a6, a9);?
i have one dataset data l; input name: $ 25; cards; manoj is a good boy to krishna krishna is a god boy to malli malli is good boy to ramana ques: here i want "manoj" observations nubers
Enlist the syntax rules followed in sas statements.
what are informats in sas? : Sas-administrator
how does sas handle missing values in functions? : Sas programming
SAS System ?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
What is the basic syntax of a sas program?
What is the purpose of using the N=PS option?
If a variable contains letters or special characters, can it be numeric data type?