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

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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
  • 635 views
  • 0 likes
  • 2 in conversation