Hello, is there a maximum number of lines that can be submitted as part of a SAS stored process (SP) in SAS Enterprise Guide?
I am asking because I run a SAS code containing ~ 3,000 lines with no errors under normal SAS code submission but when I run it as an SP, the SP stops with an error pop-up window stating that no results were generated. In addition, the generated log is truncated to a file whose size is just 50 kb (compared to 300 kb under the aforementioned regular sas submission).
If I remove from the SP code ~ 2000 lines from the middle of the code that correspond to one single PROC FORMAT statement and replace the lines with an %INCLUDE of a separate code that defines the formats, the SP runs without any errors (now it has ~ 1,000 lines).
If I run an SP that contains just the PROC FORMAT spanning 2,000 lines, the SP completes successfully.
So, is there a limit of the number of lines that an SP can contain that lies somewhere between 2,000 and 3,000 lines?
Thanks
Daniel
System:
Windows 7 (64-bit)
SAS 9.4 (64-bit)
12 GB RAM
... View more