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



How would you code a macro statement to produce information on the SAS log? This statement can be ..

Answer / raja

%put <text>;

use the above statement any where in macro programe to
write some information on to the log. With in the text you
can also call/reference the macto variables.

Is This Answer Correct ?    4 Yes 1 No

How would you code a macro statement to produce information on the SAS log? This statement can be ..

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

How would you code a macro statement to produce information on the SAS log? This statement can be ..

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

How would you code a macro statement to produce information on the SAS log? This statement can be ..

Answer / aravind rangaraj

%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

How would you code a macro statement to produce information on the SAS log? This statement can be ..

Answer / mamtha

MPRINT MLOGIC & SYMBOLGEN ARE USED IN THE OPTIONS STATEMENT
TO PRODUCE INFORMN.....

Is This Answer Correct ?    2 Yes 0 No

How would you code a macro statement to produce information on the SAS log? This statement can be ..

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

How would you code a macro statement to produce information on the SAS log? This statement can be ..

Answer / radhiv kumar sure

BY USING %PUT WE CAN PRODUCE THE CODE IN SAS LOG

Is This Answer Correct ?    0 Yes 0 No

How would you code a macro statement to produce information on the SAS log? This statement can be ..

Answer / dupe bassey

OPTIONS MPRINT MLOGIC MERROR SYMBOLGEN;

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More SAS Interview Questions

What are the efficacy variables in your study?

2 Answers   Accenture, Quintiles,


How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?

0 Answers   Quintiles,


Mention few ways with which a “table lookup’ is done in sas programming.

1 Answers  


What are the best sas programming practices for handling very large datasets? : sas-grid-administration

0 Answers  


Can you excute a macro within a macro? Describe.

2 Answers   Genta,






How do you add a prefix to some or all variables in a dataset using a SAS macro?

2 Answers  


If you’re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?

8 Answers   Accenture,


What are the advantages of using sas?

0 Answers  


"What is the difference between proc sort nodup and proc sort nodupkey?"

2 Answers  


what is data access? : Sas-di

0 Answers  


How do you download a flat file from Mainframe to your local PC using SAS?

3 Answers  


What are the difference between ceil and floor functions in sas?

0 Answers  


Categories