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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top