How would you code a macro statement to produce information
on the SAS log? This statement can be coded anywhere.
Answers were Sorted based on User's Feedback
Answer / name is no need
why some people are giving the answer
Mprint,Mlogic,........,i think these are used when we want
to debug the macros.if we use the above options the macro
processor resolves the macros and results the Base SAS code
in log window ,but here the questions is How would you code
a macro statement to produce information on the SAS log.
So persons who are giving the answers could you please read
the questions properly and then give the answers if you
don't know the answer ,don't give any answer,this is not a
game.why some useless morons are giving these type of
stupid answers.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / name is no need
Hello "Name Is No Need" You are a manner less fellow .
Don't irritate to others ,if you know the answers share with
others and try to suggest them, who are giving the wrong
answers. ok Take care and all the best to Ur carer .
bye
| Is This Answer Correct ? | 3 Yes | 0 No |
%put stament is used to print the information about macro
variable references and this statemet is
global.mprint,mlogic symbolgen are system options and used
to print the information in the log to debug the macros
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / mamtha
MPRINT MLOGIC & SYMBOLGEN ARE USED IN THE OPTIONS STATEMENT
TO PRODUCE INFORMN.....
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kiranb kumar yarlagadda
How would you code a macro statement to produce information
on the SAS log? This statement can be coded anywhere.
inorder to see the results(output) we need to navigate the
log window when we use %PUT statement .
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / radhiv kumar sure
BY USING %PUT WE CAN PRODUCE THE CODE IN SAS LOG
| Is This Answer Correct ? | 0 Yes | 0 No |
Which are SAS Windows Clients & SAS Java Clients
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
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
Have you ever used the SAS Debugger?
Do you use PROC REPORT or PROC TABULATE? Which do you prefer? Explain.
I need help in merging two different datasets. I am merging by date and I want to propagate observations from one dataset to the corresponding dates. One dataset has a unique date for each day of the month, while the other dataset has same date for different patient visits. For example I want to spread an observation on the 31DEC2008 from one dataset to several observations with the same date on a second dataset for all the patients who visited on that date. I have tried to merge the two and the result is not what I wanted. Instead I get a dataset whereby all the dates have missing values where observations from the first datset should have spread.
why is sas considered self-documenting? : Sas programming
What is the difference between input and infile statement?
what is cummaltive frequency,and varience in proc unviarte
what are all the reports you generated in your recent project?
1 Answers Accenture, Quintiles,
What is data _null_?
Are you familiar with special input delimiters? How are they used?