What is the role of unrestrictive users? : sas-grid-administration
No Answer is Posted For this Question
Be the First to Post Answer
How to get the repeated values by using sql in sas ?
Have you ever linked SAS code, If so, describe the link and any required statements used to either process the code or the step itself?
what are input dataset and output dataset options?
what is SAS/Access and SAS/Connect?what are the uses?
Hi... this is chandu, did MSc Microbiology, trying to get job in SAS tool, PLZ Tell me whether IT industries will give consider my education to gain a job....?
WHAT DOES A SAS SPECIFICATION DOCUMENT SDS CONTAIN ?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.
i have a dataset with var1,var2,var3; i want to upload the titles for the variables . How can we?
what is syntax of proc merge ?
You have a data set of 100 observations,how can you restrict the output so that the output has only data from row no. 10 to row no. 20
How will you generate test data with no input data?