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.

sas-innovate-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


Register now!

SAS Enterprise Guide vs. SAS Studio

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.

SAS Training: Just a Click Away

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

Browse our catalog!

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