hello,
any way I can suppress the %put from the log below?
3247 %PUT DATE IN HEADER & TRAILER IS &HEADER2;
DATE IN HEADER & TRAILER IS 2018-07-02
3248 %PUT COUNT OF RECORDS IN TRAILER IS &TRAILER1;
COUNT OF RECORDS IN TRAILER IS 00000709196
3249 %PUT COUNT OF RECORDS OF SAS GENEARTED FILE IS &COUNT;
COUNT OF RECORDS OF SAS GENEARTED FILE IS 709196
3250 %PUT LAST DATE OF PREVIOUS MONTH IS &LAST_POLICY_DATE;
LAST DATE OF PREVIOUS MONTH IS 20180701
and have this only?
DATE IN HEADER & TRAILER IS 2018-07-02
COUNT OF RECORDS IN TRAILER IS 00000709196
COUNT OF RECORDS OF SAS GENEARTED FILE IS 709196
LAST DATE OF PREVIOUS MONTH IS 20180701
Thanks 🙂
You can turn off the echo of the source code. But you will probably want to turn it back on again.
options nosource ;
%put Hello there! ;
options source ;
You can turn off the echo of the source code. But you will probably want to turn it back on again.
options nosource ;
%put Hello there! ;
options source ;
thank you sir!
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9.
Lock in the best rate now before the price increases on April 1.
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.