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
What is connection profile? : sas-grid-administration
what is the function of catx syntax? : Sas-administrator
What is the role of sas grid administrator? : sas-grid-administration
How can sas program be validated?
Differentiate between sas functions and sas procedures.
Which are the statements whose placement in the data step is critical?
How do you debug and test your SAS programs?
Tell e how how dealt with..
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
What are the implications?
what do the pad and dim functions do? : Sas programming
What are the statements in proc sql?
describe about physical data integration? : Sas-di
What are the ways in which macro variables can be created in sas programming?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?