Hello,
When running some code in SAS EG 7.1 I am getting a 'red-cross' in the program node indicating a program error, however there is no explicit error indicated within the log.
I have previously run the same code without this issue but I am now running 4 concurrent sessions with similar codes.
What could be the reason for this situation?
Many thanks in advance,
David.
Search the log (ctrl-F) for the string ERROR (in capitals).
@Kurt_Bremser Thank you for your reply. I have tried searching the log for different variants of 'Error' and there is no occurrence of this string.
Could it be something to do with the concurrent sessions being executed?
@Dchan1 - It would help if you posted the part of the SAS log containing the error including the preceding program step.
I just had this problem with SAS EG 8.3. It was from a SAS Program in a process flow. There were no red errors listed in the log and SAS EG still completed and the output table was created. But in the process flow, the SAS program had a red cross on it.
I found the following Note in the log:
Note: 484-185: Format $ICD was not found or could not be loaded.
Correcting the PUT function to use the correct format name resolved the problem.
The fact that a SAS log Note triggered a program node error suggests EG is misinterpreting a note for an error. Sounds like a bug to me.
@muscadoo - The behaviour of this note depends on the SAS System option FMTERR. If this option is set, an error will be shown.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.