Establish the ODS path. The ODS PATH statement specifies the locations to write to or read from when creating the PROC TEMPLATE templates. The ODS NOPROCTITLE statement suppresses the title of the FREQ procedure.


ods noproctitle;
ods path (prepend) work.templat(update);