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 |
data voter; input Age Party : $1. (Ques1-Ques4)($1. + 1); datalines; 23 D 1 1 2 2 45 R 5 5 4 1 67 D 2 4 3 3 39 R 4 4 4 4 19 D 2 1 2 1 75 D 3 3 2 3 57 R 4 3 4 4 ; Idont understand what the (Ques1-Ques4)($1. + 1) means. I have seen (Ques1-Ques4)(4*$1.), but what is (Ques1-Ques4)($1. + 1)? Appreciate all help Thanks
What are SAS/ACCESS and SAS/CONNECT?
Explain substr function?
what is business intelligence? : Sas-bi
how can u convert this 25-jul-2010 from numeric to charcter?
how to generate report for 0 observation dataset?
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
how do i get last 10obs from a dataset when we don't know about the number of obsevations in that dataset?
Mention what is PROC in SAS?
What is the difference between order and group variable in proc report?
how are numeric and character missing values represented internally? : Sas programming
what is washout period?