指定した文字列のメッセージダイジェストの結果を返します。
文字定数、変数または式を指定します。
data _null_; y=md5('abc'); z=md5('access method'); put y=/ y=$hex32.; put z=/ z=$hex32.; run;