how can you put a "trace" in your program? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
Name and describe three SAS functions that you have used, if any?
What do you know about sas data set?
Does anybody has SAS Platform Administration certification dumps. pls send to hariithepalli@gmail.com
if you have 365 no of data set and each one having different variable from each other. how will you read by creating macros and create a single data set.
how can u import .csv file in to SAS?tell Syntax?
7 Answers CitiGroup, Franklin Templeton,
Name statements that are execution only?
What procedure you used to calculate p-value?
2 Answers Accenture, Quintiles,
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
What is the purpose of the trailing and How would you use them?
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 sort in descending order?
what are the differences between proc report and proc tabulate?