How would you remove a format that has been permanently
associated with a variable?
________________
Answer Posted / name is no need
we can remove the format by using procdatasets:
Procdatasets;
modify <data set name>;
format <variable name>(which variable format needs to
modify>;
run;
quit;
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
Give some examples where proc report’s defaults are different than proc print’s defaults?
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;
what versions of sas have you used (on which platforms)? : Sas programming
Explain append procedure?
What are the different operating system platforms in which we can use sas? : sas-grid-administration
What are the different types of sas functions?
what are _numeric_ and _character_ and what do they do? : Sas programming
name the scheduler for scheduling job and explain the scheduler? : Sas-di
What are the implications?
What function CATX syntax does?
Mention what is SAS data set?
Describe crosslist option in tables statement?
For what purpose would you use the RETAIN statement?
Explain the purpose of substr functions in sas programming.
what other sas products have you used and consider yourself proficient in using? : Sas programming