SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Search||

Transforming Data with SAS Functions
General Form of SAS Functions
 


Question: Which of the following general forms correctly specifies a function that has three arguments?

function-name(argument1 argument2 argument3)
function-name argument1,argument2,argument3
function-name(argument1,argument2,argument3)
function-name argument1-argument3


  ||

 

Copyright © 2002 SAS Institute Inc., Cary, NC, USA. All rights reserved.

Terms of Use & Legal Information | Privacy Statement