How do you find users that don't have a TSO segment and password?
Release : 16.0
Run a TSSCFILE TSS LIST(ACIDS) DATA(BASIC,PASS) SEGENT(TSO) with the MSCA or SCA to generate a dataset which will:
1. Show the TSO segment record id 3500
2. Show users with NOPW (or no password) and other password attributes. The record id is 3000.
A user written program can be written to read in the dataset and generate the desiured report.
Please see the following STIG article on allowing the MSCA and SCA to see acids with NOPW since passwords are not viewable.
Also look for the PROTECTED attribute. Acids with this attribute have no password.
All other users that don’t have NOPW or the PROTECTED attribute will have a password.