Hello everyone, I have observed that my proc print does not show in my result output and my log doesnt show errors. i dont even know where to look for it. I didnt use to have this issue. can someone please help with this?
this is an example of my syntax
PROC PRINT DATA = WEEK6.PRINC_DIAG_CODE (OBS = 5);
RUN;
my log:
PROC PRINT DATA = WEEK6.PRINC_DIAG_CODE (OBS = 5);
115 RUN;
NOTE: There were 5 observations read from the data set WEEK6.PRINC_DIAG_CODE.
NOTE: PROCEDURE PRINT used (Total process time):
real time 0.02 seconds
cpu time 0.01 seconds