What are the difference between sas functions and procedures?
Answer / Dhara Singh Meena
SAS functions are pre-written code snippets that perform specific tasks, such as mathematical calculations or string manipulation. SAS procedures, on the other hand, are larger chunks of code that perform complex operations like data analysis, statistical modeling, or report generation.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
Explain the message 'Merge has one or more datasets with repeats of by variables'.
how to read character value without using substr function in sas ?
what are all the reports you generated in your recent project?
1 Answers Accenture, Quintiles,
what is the difference between proc means and proc summary?
How is character variable converted into numeric variable and vice versa?
Write a SAS macro to calculate number of numbers in an email address
Explain the special input delimiters used in sas programming.
do you prefer proc report or proc tabulate? Why? : Sas programming
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
Where do you use proc means over proc freq?
How to create a permanent sas data set?