DEFINE DATALOCAL01 #A (N2)END-DEFINERESET #AREPEAT UNTIL #A > 99 ADD 1 TO #AEND-REPEATENDWhat is the output of the above program?
Displays from 1 to 99 and program ends normally
displays from 1 to 100 and program ends normally
Program will terminate abnormally without displaying anything
displays till 99 and program will terminate abnormally