Looks like others have helped you with most of the errors, but the reason you are getting the Indvbl error is because that is a format, not a variable. The code you want looks like this: IF HypRelDeathInd = '.' THEN HypRelDeathInd = 0; FORMAT HypRelDeathInd IndVbl.; Hope this helps!
... View more