讀取所指定地區設定的時間值,然後將時間值轉換為當地 SAS 時間值。
指定輸入欄位的寬度。
----+----1----+
options locale=English_UnitedStates;
y=input('16:24:43',nltime.);
put y time.;
16:24:43
options locale=German_Germany;
y=input('16.24 Uhr',nltime.);
16:24:00