Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
No Answer is Posted For this Question
Be the First to Post Answer
Can you suggest us materials for sdtm mapping?
What is the order of application for output data set options, input data set options and SAS statements?
What is the difference between class statement and by statement in proc means?
why is a stop statement needed for the point=option on a set statement? : Sas programming
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
How do dates work in sas?
What is shift table? have you ever created shift that?
2 Answers Accenture, Clinical Research, Quintiles,
There is a river notoriously known for it?s large crocodile population. With ease, how do you safely cross it?
How we will Developing new reports Using Data step programming and Macros ?
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
What is the difference between where and if statement?
Code the MEANS to produce output to be used later.