I need to search a field in a file for all records that have a "-" in the third position and print yes. If it doesn't search a different file and print out that field.
if {cust.PH_NMBR} [3] = "-" then "YES" else {rs.MODE}
My problem is that my else doesn't work.
if {cust.PH_NMBR} [3] = "-" then "YES" else {rs.MODE}
My problem is that my else doesn't work.