In our IBM iSeries v7r4 - DB2, we need to convert a DDS file to a DDL-SQL .
It doesn't matter if it's a view or an index or anything if we can convert the clause "FIFO" to DDL.
The Logical file (LF) that we need to convert has this DDS description:
A FIFO
A R AHMVTF PFILE(AHMVTP)
A FORMAT(AHMVTP)
A K HM$092
A K HMA098
So, does anyone know if there are any option or alternative to create an Index/view using the clause FIFO, LIFO, etc. onto SQL?
Best regards,