How would you create multiple observations from a single observation?
What is the difference between informat and format statement?
How to merge the data using merge statement and proc format? Is the result is same ?
Mention few ways with which a “table lookup’ is done in sas programming.
what is syntax of proc merge ?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
i have a dataset with 100000 records. i want 100 records from that dataset and create a dataset.we need to pick the observations random order like 100obs,500obs,1020obs,1890obs,2565obs like that i need 100 obs in random order? how can we create this one?
How would you remove a format that has been permanently associated with a variable? ________________
Differences between where and if statement?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
what is the difference between unique key and primary key? : Sas-di
Difference between sum function and using “+” operator?
Explain translate function?