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

I am trying to create a small data set, "tickets", from the book by Sandra Scholtzhauer (page 28). SAS on Demand runs for a long time but fails to create this data set with this error message:

ERROR: Insufficient space in file WORK.TICKETS.DATA.
ERROR: File WORK.TICKETS.DATA is damaged. I/O processing did not complete.
NOTE: The SAS System stopped processing this step because of errors.

 

How can I overcome this problem?

 

My name: Arthur Asghar

1 ACCEPTED SOLUTION

Accepted Solutions
ballardw
Super User

For any code that generates an error (or warning or note you ask a question about) you should copy the text of the data step or procedure code along with all of the notes, warnings and errors then paste the text into a text box opened on the forum with the </> icon. The text box is important because often the log includes diagnostic characters or information and the message windows on this forum will reformat pasted text making those diagnostics less useful.

 

IF the code you are attempting involves a Do loop it is possible that you structured it incorrectly (NO code shown so who can tell), and is not stopping. Which could mean the data step keeps writing records until you run out of space.

View solution in original post

1 REPLY 1
ballardw
Super User

For any code that generates an error (or warning or note you ask a question about) you should copy the text of the data step or procedure code along with all of the notes, warnings and errors then paste the text into a text box opened on the forum with the </> icon. The text box is important because often the log includes diagnostic characters or information and the message windows on this forum will reformat pasted text making those diagnostics less useful.

 

IF the code you are attempting involves a Do loop it is possible that you structured it incorrectly (NO code shown so who can tell), and is not stopping. Which could mean the data step keeps writing records until you run out of space.

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
  • 1 reply
  • 356 views
  • 0 likes
  • 2 in conversation