ompiler output can include sensitive information, such as database UserID or password, example below:
[cobol] DB2(PASS=MYUSER.MYPASSWORD,QUALIFIER=OMITTED,COLLECTION=IBMUSER,DB=TEMPDB)
Notice that UserID and password are shown in plain text with the above example compiler output.
How can this password information be hidden or removed?
Full article: https://portal.microfocus.com/s/article/KM000008369
#EnterpriseDeveloper
#SupportTips/KnowledgeDocs



