I would like to capture all the "Alternative file names" (SQL table name), as opposed to the the short 10 character IBM i "SYSTEM" name for a specific IBM i library. I can see the value using the DSPFD command, but can't seem to capture it in an DSPFD to OUTFILE. Is there a command to do this, or an API?
DSPFD FILE(MYSQL_LIB/*ALL) TYPE(*BASATR) OUTPUT(*OUTFILE) OUTFILE(QTEMP/TEMP)