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
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
SAS System | SAS Enterprise Guide | Microsoft Windows 10 | 8.1 | | | |
Microsoft Windows Server 2008 | 8.1 | | | |
Microsoft Windows Server 2008 R2 | 8.1 | | | |
Microsoft Windows Server 2008 for x64 | 8.1 | | | |
Microsoft Windows 8.1 Pro x64 | 8.1 | | | |
Microsoft® Windows® for x64 | 8.1 | | | |
Microsoft Windows 8 Enterprise 32-bit | 8.1 | | | |
Microsoft Windows 8 Enterprise x64 | 8.1 | | | |
Microsoft Windows 8 Pro 32-bit | 8.1 | | | |
Microsoft Windows 8 Pro x64 | 8.1 | | | |
Microsoft Windows 8.1 Enterprise 32-bit | 8.1 | | | |
Microsoft Windows 8.1 Pro 32-bit | 8.1 | | | |
Microsoft Windows 8.1 Enterprise x64 | 8.1 | | | |
Microsoft Windows Server 2012 Datacenter | 8.1 | | | |
Microsoft Windows Server 2012 R2 Datacenter | 8.1 | | | |
Microsoft Windows Server 2012 R2 Std | 8.1 | | | |
Microsoft Windows Server 2012 Std | 8.1 | | | |
Microsoft Windows Server 2016 | 8.1 | | | |
Microsoft Windows Server 2019 | 8.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.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2020-06-23 10:52:49 |
Date Created: | 2020-05-04 10:29:51 |