John Culleton wrote:
> The followig code seems to work with OC but not with Tiny:
>
> SELECT INFILE ASSIGN TO "BOK001"
> ORGANIZATION IS INDEXED
> ACCESS IS SEQUENTIAL
> RECORD KEY IS ISBN
> OF INREC
> ALTERNATE RECORD KEY IS SHORTNAME
> OF INREC
> WITH DUPLICATES.
>
> If I remove the "OF INREC" phrases then it compiles OK,
> but then I can't use "MOVE CORRESPONDING" in the
> PROCEDURE DIVISION which is a pain.
This is known problem (bug) with the TC grammar, with no easy solution.
I will put this on the TO DO list.
Cheers.
|