IBM Security Z Security

 View Only

Produce CARLa Report/Title even if there is no data

  • 1.  Produce CARLa Report/Title even if there is no data

    Posted Tue August 10, 2021 11:50 AM
    Here's how to do it:

    OPTION EMPTYLIST=HIDE REQUIRED
    PRINT DISPLAYTOFILE
    PRINT NODETAILINHERIT
    SMFCACHE ON
    SUPPRESS CKFREEZE
    alloc type=output dd=dummy dsn=nullfile
    newlist type=smf dd=dummy
    summary system
    newlist type=smf toptitle='Interrogated SMF record date time range:',
    empty="No OPERATIONS attribute used today"
    select racfauth=operations
    exclude jobname=dfhsm
    sortlist class resource user intent date(' Date',7) time,
    smfdd(nd) recno(nd),
    jobname appl eventdesc(0)
    smfcache off

    ------------------------------
    Linda Czestler
    ------------------------------