Why am I receiving these errors in CA7?
CA-7.022 - r11.3(0000) LOGON FORMAT INCORRECT AT BTERM5
CAS9031E - FUNCTION(SIGNON ) OPTION(PW= ) IS MISSING
The message indicates that the BSUBCHK feature in CA7 is not turned on in CAIRIM initialization. You will need to do a GLOBAL UPD BSUBCHK(Y) on each LPAR to turn this feature on.
When external security is used for LOGON, AND an external communicator (such as BTI, CCI, SASSTRLR or U7SVC) runs under a different USERID than what is used in a /LOGON statement AND WITHOUT the BSUBCHK option turned on, you must provide a password on the /LOGON statement.
By turning on the BSUBCHK option, you will not be required to put a password on the /LOGON, but a check is made to determine if the USERID that the external communicator is running under has authority to submit on behalf of the USERID in the /LOGON statement.