Explain how you can debug and test your SAS program?
how to add distinctly var variable values ex.. Data a; input var; datalines; 0 1 2 3 -1 -2 -3 ; run; adding all +ve value in one varibale n do the same for -ve too
What type of tables you are using in YOUR reporting..???
2 Answers GSK GlaxoSmithKline,
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
For clinical entire study how many tables will create approx?
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?
Can you explain the process of calendar?
State the difference between INFORMAT and FORMAT ?
1 new york 7,262,700 2 los angeles 3,259,340 3 philadelphia 1,642,900 how to read the above data using input statement consider the above data is in txt format externally u have to use infile and input statement.
Why do we use QUIT commmand for proc datasets and proc sql ???
"What is the difference between proc sort nodup and proc sort nodupkey?"
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
What report output formats can you generate using SAS?