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

Hi,

 

I am running SAS on a supercomputer (Linux system) and an error message was shown in the log file.

 

ERROR: An I/O error has occurred on file WORK.CC.DATA.
ERROR: UNIX errno = 122

 

I searched this error message and most of the UNIX errno = 24 rather than 122. What is the difference? 

 

The number of observations is 10,000. I tried to decrease it to 5,000 and even 2,5000 but it did not work. How can I fix this issue? Thanks.

1 ACCEPTED SOLUTION

Accepted Solutions
Kurt_Bremser
Super User

See here: https://www-numi.fnal.gov/offline_software/srt_public_context/WebDocs/Errors/unix_system_errors.html

#define EDQUOT          122     /* Quota exceeded */

The server administrator has diligently set quotas in WORK, so one user can't wreck the day for everybody else.

Clean up your WORK before running this step.

 

PS the above link is the third result of a Google search for "UNIX errno = 122". See Maxim 6.

View solution in original post

2 REPLIES 2
Jagadishkatam
Amethyst | Level 16

I believe it indicates the number of datasets that are allowed to be open, please check the link below.

 

http://support.sas.com/kb/49/014.html

 

increase the limit to the number of files that the operating system allows to have open at the same time.

But I do not know how we can increase that limit. You might need to go though the link.

Thanks,
Jag
Kurt_Bremser
Super User

See here: https://www-numi.fnal.gov/offline_software/srt_public_context/WebDocs/Errors/unix_system_errors.html

#define EDQUOT          122     /* Quota exceeded */

The server administrator has diligently set quotas in WORK, so one user can't wreck the day for everybody else.

Clean up your WORK before running this step.

 

PS the above link is the third result of a Google search for "UNIX errno = 122". See Maxim 6.

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
  • 5019 views
  • 1 like
  • 3 in conversation