讀取所指定地區設定之區域運算式的貨幣資料,然後將資料轉換為數值。
指定輸入欄位的寬度。
指定是否將數字除以 10d。 如果資料包含小數分隔符號,則會忽略 d 值。
----+----1----+
options LOCALE=English_UnitedStates;
x=input('($12,345.67)',nlmny32.2);
y=input('($12,345.67)',dollar32.2);
put x=;
put y=;
-12345.67