BookmarkSubscribeRSS Feed
DavidWGibson
Calcite | Level 5

I’ve run a program numerous times over the past week but
today I received the following Error message.

Unexpected NPE

(Null Pointer Exception ?)

I tried to isolate the piece of code which caused the error
by moving the “endsas;” statement further up the code until only the first line
of code was run.

 

See below where I’ve given the first line of code, the error
message and the details of the error message.

 

What am I suddenly doing wrong ? Is it a Java message ? Has
a piece of Java been inadvertently deleted ? If so, what piece of Java needs to
be re-installed (if at all ) ?

libname dmart  "/folders/myfolders/SAS/DataMart/Demography/" ; 

endsas ;

Unexpected NPE

[TRACEBACK]

at Anonymous function
(http://localhost:10080/SASStudio/resources/js/webdms/DMSEditor.js:4848:6)

at Anonymous function
(http://localhost:10080/SASStudio/resources/js/dojo/dojo/_base/lang.js:375:41)

 

at Anonymous function
(http://localhost:10080/SASStudio/resources/js/dojo/dojo/_base/xhr.js:386:5)

at notify
(http://localhost:10080/SASStudio/resources/js/dojo/dojo/_base/Deferred.js:187:7)

 

at complete
(http://localhost:10080/SASStudio/resources/js/dojo/dojo/_base/Deferred.js:168:4)

 

at errback
(http://localhost:10080/SASStudio/resources/js/dojo/dojo/_base/Deferred.js:263:4)

 

at notify
(http://localhost:10080/SASStudio/resources/js/dojo/dojo/_base/Deferred.js:202:7)

 

at complete (http://localhost:10080/SASStudio/resources/js/dojo/dojo/_base/Deferred.js:168:4)

Thanks.

2 REPLIES 2
RW9
Diamond | Level 26 RW9
Diamond | Level 26

Well, a file with an extension .js is a javascript source file, this isn't the same as Java.  I would suggest the service desk for this as its quite vague.

DavidWGibson
Calcite | Level 5

Thank you RW9. I'll follow that up with the service desk

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 644 views
  • 0 likes
  • 2 in conversation