I am reading a file into $data then trying to use a substring command like
LET $BANK_NUMBER=SUBSTRING($DATA,26,9)
but receive the following error:
Error on line 125:
<SQR 4008> Unknown function or variable in expression: substring Let $BANK_NUMBER=SUBSTRING<$DATA,26,9>
I am using the SUBSTRING command in the correct context.