Data Management Platform is a powerful tool for data cleansing and data integration applications. In Data Management Studio, you can use the Data Job Expression node to run a scripting language to process your data sets in ways that are not built by default. The Expression Engine Language (EEL) provides many statements, functions, and variables for manipulating data.
Note: Expression Language Reference Guide is accessible from SAS Support website.
The Expression Engine Language can be used to code inside a Data Job, but can also be used to write your own functions that can then be saved outside of your jobs, and called from any of them.
For example, let's say you need to mesure a distance between strings and need to use a Jaro-Winckler distance.
First step is to create a text file inside your Data Management Studio etc/udf folder. This file will contain your code, and can be named anything you like. In each text file, you can write as many functions as you like, in that format:
function myFunctionName return returnType
//function body
end function
In Data Management Studio, anything defined in a text file saved in /etc/udf folder as a function will appear under Expression Node Functions riser, in the Other group:
You can then call this function from any of your new Data Jobs:
If these functions are to be called from a job running on Data Management Server, udf files just need to be copied to the same location on the server side.
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
Data Literacy is for all, even absolute beginners. Jump on board with this free e-learning and boost your career prospects.