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

Answer Posted / radhiv kumar sure

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

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the ways to do a “table lookup” in sas?

594


what is hash files in sas and why we are using this one in sas?

1731


What is the difference between INPUT and INFILE ?

754


How do dates work in SAS data?

684


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?

1161






what is the function of catx syntax? : Sas-administrator

652


Given an unsorted data set, how to read the last observation to a new data set?

837


What is the difference between %local and %global? : sas-macro

668


If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro

595


What are the difference between the sas data step and sas procs?

609


If a variable contains only numbers, can it be a character data type?

612


How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?

1098


How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?

749


what are _numeric_ and _character_ and what do they do? : Sas programming

676


what is function of retain statment

1522