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 variables?

Answer Posted / sandeep

proc datasets;
modify <dataset name>;
format <variable name>;
quit;

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is connection profile? : sas-grid-administration

1228


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

1150


What is the role of sas grid administrator? : sas-grid-administration

1340


How can sas program be validated?

1069


Differentiate between sas functions and sas procedures.

1308


Which are the statements whose placement in the data step is critical?

1308


How do you debug and test your SAS programs?

1604


Tell e how how dealt with..

2263


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

1538


What are the implications?

1781


what do the pad and dim functions do? : Sas programming

1070


What are the statements in proc sql?

1145


describe about physical data integration? : Sas-di

1093


What are the ways in which macro variables can be created in sas programming?

1168


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

1403