What are common programming errors committed in sas
No Answer is Posted For this Question
Be the First to Post Answer
What is the function of output statement in a SAS Program?
What is the difference between using drop = data set option in data statement and set statement?
Can you suggest us materials for sdtm mapping?
WHAT DIFFERRENCE DID YOU FIND AMONG VERSION 6 8 AND 9 OF SAS.
How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C
How we can call macros with in data step? : sas-macro
Explain what is the use of proc gplot?
What’s the difference between var b1 – b3 and var b1 — b3?
is it possible to generate sas datasets using proc print ???
1 Answers GSK GlaxoSmithKline,
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
Describe the ways in which you can create macro variables? : sas-macro
How to create list output for cross-tabulations in proc freq?