現在のプロセスのプロセスIDを返します。
data _null_; id=sysprocessid(); put id; run;
%let id=%sysfunc(sysprocessid()); %put &id;