Hi,
I am executing the below code:
filename logfile temp;
proc printo log=logfile new;
run;
Below is the scren shot regarding the same:
I am unable to see any log details related to the code.
Please help me how to approach this.
Thanks & Regards,
Siddhu
Hi,
you need to print to log before the start of yours steps
- Cheers -
Hi,
I didn't get your reply, could you please explain elaborately.
Thanks,
Sid
Run:
filename LogFile temp; Proc printto log=LogFile new; run;
%_eg_hidenotesandsource;
%put NOTE: The current task will be submitted to the grid due to the server configuration policy.
%_eg_hidenotesandsource;
- Cheers -
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.