what are sas bi dashboard components? : Sas-bi
No Answer is Posted For this Question
Be the First to Post Answer
Name statements that are execution only.
How would you include common or reuse code to be processed along with your statements?
How do you define proc in sas? : sas-grid-administration
How would you invoke a macro? : sas-macro
What is the differnce between SDTM 3.1.2 to 3.1.1 version
What report output formats can you generate using SAS?
Describe the ways in which you can create macro variables?
What are the rows present in protocol Violation table?
2 Answers Accenture, Quintiles,
In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;
if you have 365 no of data set and each one having different variable from each other. how will you read by creating macros and create a single data set.
What does proc print, and proc contents are used for?
if reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record