Tell e how how dealt with..
No Answer is Posted For this Question
Be the First to Post Answer
Can you execute a macro within a macro? Describe. : sas-macro
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
what is the difference between x=substr(name,1,2); and substr(name,1,2)='x';
Explain how you can debug and test your SAS program?
How to specify variables to be processed by the freq procedure?
What is the maximum length of the macro variable? : sas-macro
I need to find the numeric field which contains blank in between..Ex:123 456...there is blank in between the 123 456..I need to know if there is any SAS function to find a field.. Please suggest...
Hi, I need to create a SAS Map of USA using SAS Graphs(Proc Gmap).The data i have dosent contain any co-ordinates of USA cities or counties or states, and the zip codes are diffrent in the data i have from the zip code in the Maps.US dataset in the Maps Library for SAS MAPS. the data i have is a sales report. i have to generate the maps according to the states,cities aligned in the sales data, HELP Appriciated
Do you prefer Proc Report or Proc Tabulate? Why?
What is the work of tranwrd function?
Can anyone help to find a statement to get all the predefined formats?
3 Answers Verinon Technology Solutions,
What is data _null_?