x cd /pub/data/sf32000/Tools; %let pgm=invoke_sdcpro3; filename pgm "&pgm..sas"; /* Setup to invoke the sdcpro3 macro to generate one or more profile reports using the sdcprofile3 code by the national SDC. */ options NOmprint NOsource2; options mprint source2; ods listing close; %let temp=%str(/temp); *<---for embargoed data. Set to null for public data-; %let temp=; options msglevel=i fullstimer; %include '/pub/sasmacro/sdcpro3.sas'; %sdcpro3(stab=il,sumlev=040,logrecno=1,profiles=all) ; **outlib=%str(/pub/webrepts/temp),profiles=i) %include sascode(notify);