How to save the log information in a file for future use
Answers were Sorted based on User's Feedback
Answer / naveen
We can write this way
PROC PRINTTO LOG='c:\auto.log' NEW;
RUN;
and direct the file to any location.
| Is This Answer Correct ? | 21 Yes | 0 No |
Answer / gits
Just go to log window and click on the save icon. It will open a window and then select the destination where you want to store it. And then click on save. It saves your log in text format. Now you retrieve the log information anytime.
| Is This Answer Correct ? | 8 Yes | 6 No |
Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma
Suppose there is a SAS dataset with following values - Parent Child A B B C D E F G G H H I and so on….. This goes onto 1000s of observations/rows. Now how do we identify from this dataset Grandparents and Grandchildrens ?
5 Answers American Express, Barclays,
What are some problems you might encounter in processing missing values? In Data steps? Arithmetic? Comparisons? Functions? Classifying data?
here is a string like chq.2312244%4452- from that i want only special characters in a column. dont use compress. bcoz i have 1.2 billion of records.i want another process to find the values instant from the data.
To what type of programms have you used scratch macros?
what is syntax of proc merge ?
why is sas data integration studio important? : Sas-di
What commands are used in the case of including or excluding any specific variables in the data set?
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 intially documentation in sas?
Give some examples where proc report’s defaults are different than proc print’s defaults?
how we can call macros with in data step?