Hi All,
I would like to delete a channel with a Sas Code node. The sas code node is receiving data on Train & Test channels. I would like to export only on the Train.
I tried to create and delete the data on the test channel, but EM adds it back.
data &em_export_test;
delete;
run;
proc sql;
drop table &em_export_test;
quit;
Note: I have seen that Data partition node can delete the test channel if i set the data set allocation on test is set to 0.
Thank you for your help,
Laszlo
In the meantime i found the solution:
To remove a channel data from the exported channels, you have to enter simply:
%let EM_TEST_SCORE=N;
The same applies for the other channels like: %let EM_TRAIN_SCORE=N;
In the meantime i found the solution:
To remove a channel data from the exported channels, you have to enter simply:
%let EM_TEST_SCORE=N;
The same applies for the other channels like: %let EM_TRAIN_SCORE=N;
April 27 – 30 | Gaylord Texan | Grapevine, Texas
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!
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.