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)

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 2 replies
  • 2900 views
  • 1 like
  • 2 in conversation