in the code below the UNTIL is getting scoped as a variable. It should get scoped as a statement: `FOR I = 1 TO 9999 UNTIL HRS.CODE = ""`
in the code below the UNTIL is getting scoped as a variable. It should get scoped as a statement:
FOR I = 1 TO 9999 UNTIL HRS.CODE = ""