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

Hi Team,

I tried to perform simple data step in SAS, Read data from SAP and write into SAS. Kindly refer below code,

 

Data WORK.SAMPLE_WRITE;
set SAP.READ_DATA;
run;

While run above code we get below error.

ERROR: DIALOG ROW LIMIT EXCEEDED Number:000

 

Kindly suggest solution for this, thanks in advance

1 ACCEPTED SOLUTION

Accepted Solutions
AnandsinhSindha
Obsidian | Level 7

Issue was resolved after removing some character columns.

View solution in original post

3 REPLIES 3
ballardw
Super User

You should probably show how you connect to SAP.

replace sensitive strings like passwords, if used, with XXXX or similar but the entire code of the connection is needed. Best is to include the code from the LOG along with all the messages that are generated.

 

 

SASKiwi
PROC Star

I suggest you open a Tech Support track for this error. I searched SAS Support but was unable to find anything relevant.

AnandsinhSindha
Obsidian | Level 7

Issue was resolved after removing some character columns.

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
  • 3 replies
  • 743 views
  • 0 likes
  • 3 in conversation