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...

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

Answer Posted / neel

There is also an another way.

data a;
attrib var1 label='Desired Label' format=desiredformat.;
set b;
run;

In this case the format associated with variable var1 in
dataatset b will be changed permanently in dataset a.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how can you create zero observation dataset? : Sas programming

1201


For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration

1059


What are the implications?

1785


what is change analysis in sas di ? : Sas-di

1112


What are the functions which are used for character handling functions?

1189


What are common programming errors committed in sas

1185


Mention what are the data types does SAS contain?

1193


How to limit decimal places for the variable using proc means?

1120


Mention few capabilities of sas framework.

1238


Give some examples where proc report’s defaults are different than proc print’s defaults?

1133


how would you create multiple observations from a single observation? : Sas programming

1055


how does sas handle missing values in functions? : Sas programming

1282


Difference between SAS STATA & SPSS?

1177


What do the PUT and INPUT functions do?

1386


What do you know about symput and symget?

1317