文字列から先頭と末尾の空白を削除します。
文字定数、変数または式を指定します。
data _null_; length a $5; v = unicode(‘\u0020\u0020\u8404\u8404\u8404\u0020\u0020'); put v = hex.; a = kstrip(v); put a = hex.; run;
93B893B820