BookmarkSubscribeRSS Feed
bhca60
Quartz | Level 8
source: 11   +%put LSM NES user: &sysuserid.;
normal: LSM NES user: jdoe
source: 12   +%put LSM NES program: &_PROGRAM.;
warning: WARNING: Apparent symbolic reference _PROGRAM not resolved.
normal: LSM NES program: &_PROGRAM.
source: 13   +
source: 14   +data _null_;
source: 15   +  this_guid = cats(put(datetime(),best10.), symget('sysjobid')) ;
source: 16   +  call symput('LSMGUID',this_guid);
source: 17   +run;

I have a program that I'm trying to run but before it even gets through the actual program this is the warning I get and I get no output to excel. There are no errors, just this warning.  What reason(s) could there be for this? I ran the program before and it ran fine and output data.

1 REPLY 1
SASKiwi
PROC Star

We can't see from what you have posted, where the macro variable _PROGRAM is defined. I'm assuming that is done earlier in your program. Please post the complete SAS log so we can see what is going on.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 787 views
  • 0 likes
  • 2 in conversation