How to convert HTML file into SAS dataset?
No Answer is Posted For this Question
Be the First to Post Answer
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?
What are the differences between sum function and using “+” operator?
Describe crosslist option in tables statement?
What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here
Enlist the syntax rules followed in sas statements.
What type of tables you are using in YOUR reporting..???
2 Answers GSK GlaxoSmithKline,
How would you create multiple observations from a single observation?
Explain substr function?
What is the role of unrestrictive users? : sas-grid-administration
is QUALCOMM using SAS ?
I have 50 variables in one data set, In reports i want to generate every 10 variables in one page how we will write code in proc report.
wat has been most common programming mistake?