Can any explain to me the difference between a sas macro and the user transform in SAS DI Studio.
I am new to the di studio, I have a sas macro that I want to port into di studio, but am not sure how to go about doing it
Basically, you paste you macro definition into the Source Code tab in the User Written Transformation. You can also define parameters that is set by the job that is using this transformation, they will automatically set as global macro variables. Some basic information about this exists in the DI Studio User Guide, ch 12.