BookmarkSubscribeRSS Feed
siddhartha77
Calcite | Level 5

Hi,

I am executing the below code:

filename logfile temp;
proc printo log=logfile new;
run;

Below is the scren shot regarding the same:

issue (3).png

I am unable to see any log details related to the code.

Please help me how to approach this.

 

Thanks & Regards,

Siddhu

3 REPLIES 3
Oligolas
Barite | Level 11

Hi,

 

you need to print to log before the start of yours steps

________________________

- Cheers -

siddhartha77
Calcite | Level 5

Hi,

 

I didn't get your reply, could you please explain elaborately.

 

Thanks,

Sid

Oligolas
Barite | Level 11

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 -

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 342 views
  • 0 likes
  • 2 in conversation