Hi,
I have a main file (Quest) and 21 related files.
At the end of the input data file 21 that want to go back
to
the file Quest for new entry.
How?
I tried:
FQ21
AFTER ENTRY
IF FQ21=1 THEN
GOTO WRITE
ENDIF
END
END
and
FQ21
AFTER ENTRY
IF FQ21=1 THEN
GOTO QUEST
ENDIF
END
END
--------------------------------------
Silvano Cesar da Costa
Departamento de Estatística
Universidade Estadual de Londrina
Fone: 3371-4346
--------------------------------------