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 |
How would you include common or reuse to be processed along with your statements?
1.we can execute a macro with in a macro,by using call symput and symget can any one give me one example? 2.We can create the macro variables by using %let,%do,macro parameters,INTO clause in proc sql and call symput, can any one give me example to create macro variable with INTO clause and call symput? 3.
what is the use of proc sql?
Are you involved in writing the inferential analysis plan? Tables specfications?
WHAT DIFFERRENCE DID YOU FIND AMONG VERSION 6 8 AND 9 OF SAS.
Differentiate between proc means and proc summary.
What is the differnce between SDTM 3.1.2 to 3.1.1 version
Intern stastical programmer written test
how to import XTP files into SAS datasets?
1 Answers Barclays, Institute For Plasma Research,
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 is the difference between nodup and nodupkey options? : Sas programming
In PROC PRINT, can you print only variables that begin with the letter “A”?