Hi,
I have a program wich accesses many tables, and would like to know if there is anything similar, to the SQLCA - SQL Communications Area, that I can declare and use in the COBOL program, but with information about the last table accessed by an SQL instruction? That could provide me with the name of the table.
Thanks for the help !