1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-05 00:20:05 +00:00

feat: new fcmp stpsrv_header function

This commit is contained in:
Allan Bowe
2021-08-18 23:45:45 +03:00
parent 005af0ecf8
commit 8ddb86785c
5 changed files with 265 additions and 3 deletions

View File

@@ -1,7 +1,9 @@
/**
@file
@brief Checks if a function exists
@details Returns 1 if the function exists, else 0
@details Returns 1 if the function exists, else 0. Note that this function
can be slow as it needs to open the sashelp.vfuncs table.
Usage:
%put %mf_existfunction(CAT);