BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
righcoastmike
Quartz | Level 8

Hi All, 

 

I am attempting to run PROC NLMIXED in a HADOOP environment, and it keeps throwing up the error: 

 

ERROR: FILE SARV.FUD.DATA is sequential. This task requires reading observations in a random order, but the engine allows only sequential access.

 

I don't think it's a coding issue because my program worked fine when I was trying it on a local machine. The issue only seems to have arrived when I shifted to the HADOOP server. 

 

Any thoughts one why things might have changed and what a potential solution might be? 

 

Thanks so much. 

 

Mike

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
righcoastmike
Quartz | Level 8

HI All 

 

Managed o figure this one out with a pretty simple solution, sorting the data before running proc nlmixed seems to have resolved the issue. 

 

Hope that helps folks moving forward. 

 

Mike 

 

 

View solution in original post

2 REPLIES 2
righcoastmike
Quartz | Level 8

HI All 

 

Managed o figure this one out with a pretty simple solution, sorting the data before running proc nlmixed seems to have resolved the issue. 

 

Hope that helps folks moving forward. 

 

Mike 

 

 

Rick_SAS
SAS Super FREQ

Are you using PROC SORT and a BY statement? If so, read p. 5-6 of the paper by Mike Rhoads (2014)

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 2467 views
  • 1 like
  • 2 in conversation