Define run-group processing?
No Answer is Posted For this Question
Be the First to Post Answer
i have a dataset with var1,var2,var3; i want to upload the titles for the variables . How can we?
Do you need to rearrange the order of the data for the report?
What r all the reporting procedures...?
What is the differnce between SDTM 3.1.2 to 3.1.1 version
How to get part of string form the source string without using sub string function in SAS?
Which is Best Institute for learning SAS BASE & SAS BI in Hyderabad? Can anyone suggest me ?
Do you use PROC REPORT or PROC TABULATE? Which do you prefer? Explain.
How do you add a prefix to some or all variables in a dataset using a SAS macro?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.
When you will use nowd option in report???
How would you delete duplicate observations?