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
Issue was resolved after removing some character columns.
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.
I suggest you open a Tech Support track for this error. I searched SAS Support but was unable to find anything relevant.
Issue was resolved after removing some character columns.
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
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.