Question

When you submit a PROC IML in SAS EG it appends a QUIT statement to the program, this quit statement terminates the procedure and deletes all previously computed matrices. Does anyone know a workaround?

Was it helpful?

Solution

You should use SAS/IML Studio. That is the IML version of enterprise guide; it should allow you to connect to a SAS Workspace server, if you're not running in local.

See Getting Started with the SAS/IML Language by Rick Wicklin (2013 SGF paper) for more details.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top