What is the order of application for output data set options, input data set options and SAS statements?
how do u identify a macro variable
How do I CREATE an external dataset with sas code? I would like to create within a sascode a non-exsistent textfile on the host. So I am not forced to create the file befor filling it.
What makes sas stand out to be the best over other data analytics tools?
i have one dataset data l; input name: $ 25; cards; manoj is a good boy to krishna krishna is a god boy to malli malli is good boy to ramana ques: here i want "manoj" observations nubers
how to read the variables in sas? : Sas-administrator
What are the ways to do a “table lookup” in sas?
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 is proc Index? and what is proc document?
How to display duplicate observations in data?
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;
How to find out no. of business days in a month using macros.???(excluding weekends and holidays).