what is cummaltive frequency,and varience in proc unviarte
Answer / guest
Cumulative Frequency corresponding to a particular value is
the sum of all the frequencies up to and including that value.
-Cumulative frequency is nothing but the running total of
frequencies.
| Is This Answer Correct ? | 4 Yes | 0 No |
if a program has some 1000 or more line and how to know whether the syntax of the particular code is correct without checking it manually
Explain what is SAS informats?
To what type of programms have you used scratch macros?
what is the use of proc sql? : Sas programming
how does sas know on which server the piece of code to be executed ? say if a proc olap code is written then how the sas application would detect on which server to execute.
How to do user inputs and command line arguments in SAS? D&B
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?
Describe the types of SAS programming tasks that you performed like Tables? Listings? Graphics? Ad hoc reports? Other?
How to save the log information in a file for future use
What is univariate n where it can be used n how...?
Name and describe few sas character functions that are used for data cleaning in brief.
how we can create optional or required parameters in SAS macro...