how to generate the test data in sas without input data? : Sas-administrator
No Answer is Posted For this Question
Be the First to Post Answer
One way of creating a new variable in Macros is by % Let....What is the other way..?
What are common programming errors committed in sas
how can u extract,transform and loading?
explain the use of % includes a statement in sas? : Sas-administrator
What does a PROC TRANSPOSE do?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
tell me about use of arrays in sas
What is univariate n where it can be used n how...?
Difference between nodup and nodupkey options?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
In ARRAY processing, what does the DIM function do?
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