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 is information maps?

0 Answers   CitiGroup,


What are the statements that are executed only?

0 Answers  


how does sas know on which server the piece of code to be executed ? say if a proc olap code is written then how the sas application would detect on which server to execute.

1 Answers   TCS,


what is the use of proc sql? : Sas programming

0 Answers  


What does the trace option do?

0 Answers  






How would you remove a format that has been permanently associated with a variables?

3 Answers  


what is TAB delimiter? explain about it? what will you do to get TAB delimiter?

3 Answers   Cap Gemini,


Compare sas with other data analytics tools.

0 Answers  


How sas treats the dsd delimiters?

0 Answers  


What do the PUT and INPUT functions do?

0 Answers  


What are the functions done while Compilation...?

1 Answers   TCS,


What is a pdv and what are its functions?

0 Answers  


Categories