Situation
 My security report is empty when run against alternative journal file
I am generating a journal file using DSPJRN for my security reports, but my report does not generate any data.
I am generating a journal file using DSPJRN for my security reports, but my report does not generate any data.
Resolution
The journal file for PSAUDIT security reports needs to be created as following:
DSPJRN JRN(QAUDJRN)   RCVRNG(*CURCHAIN)    JRNCDE((T))   ENTTYP(SV)              
   OUTPUT(*OUTFILE)      OUTFILFMT(*TYPE4)       OUTFILE(LIB/FILE)    
   OUTMBR(*FIRST *REPLACE)  ENTDTALEN(*VARLEN *CALC)
Where SV can be replaced with any other QAUDJRN entry type you want to report on (e.g. CP, PW, CD, etc) and LIB/FILE is the library and file combination of the journal file.
Additional Information
 Formerly known as NETIQKB71858