指定されたロケールの時間値を読み込み、その時間値をローカルの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