Statistics 3900 - CSU East Bay

This code in fact creates a function named "ln" in a package named "funcs". The package is stored in the data set sasuser.funcs. To use this function we need to tell SAS which data set contains the function. We do this with the following piece of code: option cmplib=sasuser.funcs; It is then straightforward to call this function: ................
................