Explain what is the use of proc gplot?
No Answer is Posted For this Question
Be the First to Post Answer
/* To determine the maximum and minimum of V1 */ data before3; input v1 v2 v3; cards; 3 2 1 4 6 5 2 1 3 6 5 4 1 3 2 5 4 6 ; run;
How would you code a macro statement to produce information on the SAS log? This statement can be coded anywhere.
How we can create SAS USER DEFINED CODE?
how could you generate test data with no input data? : Sas programming
i have a macro variable var1,var2. i want titles for the each macro variable separately? how it is possible?
what is the primary variable in your study?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
Differentiate input and infile.
What are the default statistics for means procedure?
What is the order of evaluation of the comparison operators: + - * /** ()?
Describe crosslist option in tables statement?
what are the differences between proc report and proc tabulate?