BookmarkSubscribeRSS Feed
Alonzo
Calcite | Level 5

Hello,

 

I created a Text Miner diagram that contains parsing, filter and SAS code nodes (See the attached file).

 

Sas code node exports exported data from the filter node and I would like to execute all parsing, filter and SAS code nodes inside SAS enterprise guide.

 

I tried to use "export path as SAS program", but failed it.

 

Would anyone let me know how to run Text miner diagram inside SAS EG?

 

Thank you in advance.


Capture.PNG
4 REPLIES 4
AndrewHowell
Moderator

Hi: Please help us to help you:

  • Describe your SAS environment - stand-alone workstation, server, etc.
  • When you export, are you exporting ALL the code in the project, or just specific nodes? (Sounds like something's getting left behind.)
  • "Failed" - can you be more specific? Ideally supply the code and the log?
Alonzo
Calcite | Level 5

Thank you Andrew for your reply.

 

1. I am using SAS EG 7.1 and SAS Enterprise Miner 14.1

 

2. What I want to do is using the the results of Text Filter node (TRANSACTION data, EMWS1.TextFilter_TRANSATION table) in SAS EG.

 

3. After Text Filter, I put SAS Code node to update table in my folder. 

**

data dept.TextFilter2_TRANSACTION;
set EMWS1.TextFilter2_TRANSACTION;
run;

**

If we right click on SAS Code node, there is a "Export Path as SAS Program" option and I run the saved SAS program in SAS EG, but dept.TextFilter2_TRANSACTION does not updated.

 

Thank you again.

 

 

AndrewHowell
Moderator

EMWS1 is a library set up Enterprise Miner; do you have the same library set up on Enterprise Guide?

Alonzo
Calcite | Level 5

Thank you Andrew for your comment.

 

I set up the EMWS1 library in the Enterprise Guide as well. (libname EMWS1 "F:\Users\TEXT_MINER\Workspaces\EMWS1";)

 

However data source to Enterprise Miner changes (data source is generated from Enterprise Guide) every day and I would like to see updated EMWS1.Transaction table in SAS Enterprise Guide.

 

Thus, I would like to run parsing node / Text filter node of Enterprise Miner inside of Enterprise Guide.

 

Do you know how to do it?

 

Thank you again. 

sas-innovate-2026-white.png



April 27 – 30 | Gaylord Texan | Grapevine, Texas

Registration is open

Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!

Register now

How to choose a machine learning algorithm

Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 4 replies
  • 1772 views
  • 0 likes
  • 2 in conversation