Hi, When I tried to implement hashing, I got the error of "HASHING is unknown". Here is my code: DATA HASH_BASEBALL; SET SASHELP.BASEBALL; MD5 = HASHING('MD5', Name); RUN; Here is the error: 68 ERROR 68-185: The function HASHING is unknown, or cannot be accessed. Do you happen to know the reason for this error?
... View more