1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-07 17:40:05 +00:00
This commit is contained in:
munja
2022-01-25 16:28:47 +01:00
parent 6e0fe0ff25
commit 90adf8dcdd
7 changed files with 18 additions and 22 deletions

View File

@@ -1,11 +1,11 @@
/**
@file
@brief Checks if a variable exists in a data set.
@details Returns 0 if the variable does NOT exist, and return the position of
the var if it does.
Usage:
@details Returns 0 if the variable does NOT exist, and the position of the var
if it does.
Usage:
%put %mf_existvar(work.someds, somevar)
%put %mf_existvar(work.someds, somevar)
@param [in] libds 2 part dataset or view reference
@param [in] var variable name