Jupter Notebook shows outcome or log (if there is no output):
SAS is different from many other programming languages in that it has two useful information streams, the log (which details the technical details of what happened and how long it took) and the lst (which includes the tables and graphics from the analysis). The SAS kernel attempts to show you what we think you want. Here are the rules:
LOG LST DISPLAYED NOTES Yes No LOG This happens when you run DATA step or a PROC with the noprint
option.Yes Yes LST — Yes (with ERROR message(s)) Yes ERROR messages with context from the log, then the listing output. — Yes (with ERROR message(s)) No LOG
Source: https://sassoftware.github.io/sas_kernel/overview.html
I'm wondering if I can stop seeing LOG even when there is no output. For example, I don't need to keep the log output in the below code. Does anybody know how to solve this issue?
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.