Users showing as INACTIVE but were created less than the 180 days specified for the report
search cancel

Users showing as INACTIVE but were created less than the 180 days specified for the report

book

Article ID: 101403

calendar_today

Updated On:

Products

Cleanup

Issue/Introduction

I am getting users who have been created less then 180 days and have not changed their password and are showing up as inactive.
I am using this as my input parameter
//INCLUDE  DD *
CLASS(USERID)
the inactive report shows the person like this:
S104ZJ4  17.306      .       202   USERID   user
So then I run a verification listing report:, this is what they look like in my report when I list them
note the CREATE DATE and PASSWORD DATE

ACCESSORID = acid   NAME       =  user
TYPE       = USER      SIZE       =      512  BYTES
DEPT ACID  = RMT104    DEPARTMENT =DUSTIN FINANCE CENTR
DIV ACID   = BETA  DIVISION   =  BETA SITE ACIDS
ZONE ACID  = DEFZONE   ZONE       = DEFAULT ZONE FOR CUSTOMERS
CREATED    = 02/08/18  09:39  LAST MOD   = 02/08/18  10:12
ATTRIBUTES = NOATS
DFLTGRP    = OMVSGRP
PASSWORD   =           EXPIRES    = 01/01/80  INTERVAL   = 090

Environment

Release:
Component: ETCLNT

Resolution

If an acid gets put into the Cleanup DB file, then deleted/created during the week in between #DBU runs, the next #DBU run will not know it has been "reused" and simply retain the one it already knows about. So you will need to run #DBU after doing deletes if you are reusing them that quickly.