BookmarkSubscribeRSS Feed
GVeers
Calcite | Level 5
Hello all,

I have a bizarre little problem...whatever statement is last in my program does not execute. Or more accurately, SAS executes it but it takes far, far longer than it should to complete (I have yet to see it finish). And it's always for the last statement in my program (say, a PROC REG).

Has anyone else encountered this error?

Thank you for your time.
3 REPLIES 3
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
Please share your code *AND* your SASLOG output (with all source code revealed).

Scott Barry
SBBWorks, Inc.
Cynthia_sas
SAS Super FREQ
Hi:
Just a bit of additional troubleshooting. PROC REG (and some other procedures) have an "interactive" capability. They do not end with a RUN; as the step boundary, they end with a QUIT;

If you only have a RUN; at the bottom of your PROC REG step, you might see whether adding a

[pre]QUIT;[/pre]

makes the PROC REG finish up in a quicker manner.

cynthia
GVeers
Calcite | Level 5
Bingo! That did the trick, Cynthia! Thanks a billion!

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

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