Type : EXTERNE
The script does not use SASHELP data or internal dataset creation. It interacts with the FCMP function library 'advrpt.functions', which is considered an external resource (not created within the script itself) containing custom function definitions. This is not raw data processing but an inspection of function metadata.
| 1 | options cmplib=(advrpt.functions); |
| 2 | PROC FCMP inlib=advrpt.functions listall; |
| 3 | RUN; |
| 4 |