Time To Change Your Password
We have our passwords set to expire every 90 days.
Sometimes there are user IDs that you don’t want to change but don’t really want them to show up on the audit report as not having an expiration period.
Here is a SQL statement that can help you:
UPDATE SY811/F98OWSEC SET SCSECLST=<numeric date> WHERE SCUSER='<UserID>'


