Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

One way of creating a new variable in Macros is by %
Let....What is the other way..?

Answer Posted / prem krishnan

1) %macro <macroname> ( );
%mend (<macroname>;

a DATA step that contains a SYMPUT routine within a macro
definition
a DATA step that contains a SYMPUTX routine within a macro
definition

a SELECT statement that contains an INTO clause in PROC SQL
within a macro
definition
a %LOCAL statement.
%global statement

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is PROC in SAS?

1103


what are informats in sas? : Sas-administrator

1152


What can be the size of largest dataset in SAS?

1276


How long can a macro variable be? A token? : sas-macro

1267


what are the benefits of data integration? : Sas-di

1179


if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming

1122


What’s the difference between var b1 – b3 and var b1 — b3?

1444


Describe the function and untility of the most difficult SAS macro that you have written.

2275


What is slibref?

1334


How are numeric and character missing values represented internally?

1714


what is the basic structure sas administrator? : Sas-administrator

1056


how can you create zero observation dataset? : Sas programming

1203


What does the trace option do?

1163


i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;

2558


what are the best practices to process the large data sets in sas programming? : Sas-administrator

1078