SASカタログまたはSASカタログエントリの存在を確認します。
カテゴリ: | SASファイルI/O |
data _null_; if cexist("lib.cat1.x.program") then put "Entry X.PROGRAM exists"; run;
%if %sysfunc(cexist(lib.cat1, u)) %then %put The catalog LIB.CAT1 exists and can be opened for update.; %else %put %sysfunc(sysmsg());