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

how to delete the duplicates by using proc sql?

3 Answers   Genpact,


What are the default statistics that proc means produce?

0 Answers  


What has been your most common programming mistake?

4 Answers   Wipro,


How do you read in the variables that you need?

5 Answers  


explain the concepts and capabilities of business object? : Sas-bi

0 Answers  


what type of reports you are generating in your company...???

2 Answers   GSK GlaxoSmithKline,


What SAS statements would you code to read an external raw data file to a DATA step?

6 Answers   Accenture,


If i doest required Cumilative frequency in my table, generated by using PROC FREQ what i had to do?

8 Answers   HCL,


What statement do you code to tell SAS that it is to write to an external file? What statement do you code to write the record to the file?

2 Answers   Accenture,


Explain proc sort?

0 Answers  


How to read multiple excel sheets from a single excel file at once????

7 Answers   HCL, Verinon Technology Solutions,


how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming

0 Answers  


Categories