處理為目前 SAS 工作階段編碼的字元字串,然後以 big-endian、16 位元、UCS2、Unicode 編碼寫入字元字串。
指定輸出欄位的寬度。指定夠大的寬度,以容納 Unicode 字元的 16 位元大小。
----+----1
data _null_;
y=put(x,$ucs2b2.);
put y $hex.;
run;
5927