How can you put a "trace" in your program?
Answers were Sorted based on User's Feedback
Answer / shru
Use below command before coding where you require the log
to Trace:
ods trace on / label
| Is This Answer Correct ? | 5 Yes | 1 No |
When merging 2 datasets with a common variable (not merge key), how to keep both?
How do i read multiple spaces in datasets?
We want to merge file A and B. File A has variable age, file B provide birthdate. How to merge the data according to age in file B
what is portability of sas programmes?
What is the SAS data set?
What are the main differences between sas versions 8.2, 9.0, 9.1?
what is sas database server? : Sas-di
Can you continue to write code while the rest of the people on the floor where you work have a noisy party to which you were not invited?
What is the use of stop statement?
create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;
Do you need to combine data sets? How should you combine data sets– MERGE or SET statements in DATA steps,PROC APPEND,PROC SQL?
how can u import .csv file in to SAS?tell Syntax?
7 Answers CitiGroup, Franklin Templeton,