hi
any handy way i can retrieve all source file name in the users's library list and plot in a pf
thanks
any handy way i can retrieve all source file name in the users's library list and plot in a pf
thanks
DSPFD FILE(*USRLIBL/*ALL)
TYPE(*BASATR)
OUTPUT(*OUTFILE)
FILEATR(*PF)
OUTFILE(QTEMP/BASATR)
RUNSQL SQL('DELETE FROM QTEMP/BASATR WHERE ATDTAT = ''D''')
COMMIT(*NONE)
Comment