It usually helps if you actually include a description of your question in the body of your post.
For example:
If you just have one address in the string then I would suggest using SCAN() function.
data want;
set have;
hostname = scan(email,2,'@');
run;
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.