I have some macro variables which need to be incorporated across multiple jobs. Basically, a macro in DI Studio. My initial solution: Creating a new transformation containing the code, e.g. data _null_; set DSET; call symput('DATEVAR1 ', put(DATEVAR1 , 8.)); run; However, when I add the transformation to a job, it does not retain the code. The Code tab is empty. Is there a different way of doing ? Would prefer a transformation, which will be available to other users as well. DI Studio 4.904 OS: Win Server 2016
... View more