Error Message :
U00020440 Runtime error in object 'SCRI.FORMAT.TDA', line '00002': Non numeric input '0000000050' not allowed.
As of Automation Engine V11.2 and above, spaces are not allowed in numeric strings.
Example Script: :SET &TEST#=’ 0000000050’
:IF FORMAT(&TEST#, “0”)= 50
:P “valid”
:ENDIF
Results In
v10 this script will result in the output “valid” within the report.
In
v11.2 and above you will receive the non-numeric input error message.