SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 65923: Nodes in a SAS® Enterprise Guide® process flow might run out of order when a flow contains an "Export As a Step in Process" node

DetailsHotfixAboutRate It

If a SAS Enterprise Guide process flow contains an Export As a Step in Process node, subsequent nodes further in the process flow might start running before the Export As a Step in Process node is finished. The SAS Enterprise Guide Export As a Step in Process task does not submit SAS code. Therefore, it executes on a separate thread and is not considered part of the sequential execution of SAS code on the server. This is expected behavior.

Use PROC EXPORT instead of Export As a Step in Process to include the export code submission in the sequential processing on the SAS server.

A workaround is to add a dummy SAS program node and link it to the Export As a Step in Process node. Here is an example of a dummy SAS program node: data _null_; run; 

The link to the dummy SAS program node blocks the flow execution from moving forward until the export step is complete.

 



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Enterprise GuideMicrosoft Windows 108.1
Microsoft Windows Server 20088.1
Microsoft Windows Server 2008 R28.1
Microsoft Windows Server 2008 for x648.1
Microsoft Windows 8.1 Pro x648.1
Microsoft® Windows® for x648.1
Microsoft Windows 8 Enterprise 32-bit8.1
Microsoft Windows 8 Enterprise x648.1
Microsoft Windows 8 Pro 32-bit8.1
Microsoft Windows 8 Pro x648.1
Microsoft Windows 8.1 Enterprise 32-bit8.1
Microsoft Windows 8.1 Pro 32-bit8.1
Microsoft Windows 8.1 Enterprise x648.1
Microsoft Windows Server 2012 Datacenter8.1
Microsoft Windows Server 2012 R2 Datacenter8.1
Microsoft Windows Server 2012 R2 Std8.1
Microsoft Windows Server 2012 Std8.1
Microsoft Windows Server 20168.1
Microsoft Windows Server 20198.1
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.