%let dsin = test; %let rc = %sysfunc(open(&dsin, I)); %if &rc % then %do; %let cdate = %sysfunc(attrn(&rc, crdte)); %end; Question is: How to get cdate in date9. format? This can be done using data null and call symput but I would like to know if can be done in above method?
... View more