Is there a way to find all signon ACIDs that have the SIGNMULTI attribute such as: TSS WHOHAS SIGNMULTI"?
Release : 16.0
Component :
There isn’t a TSS WHOHAS for SIGNMULTI. The SIGNMULTI keyword is optional and can be used on the TSS ADD(acid) FACILITY(fac) SIGNMULTI command. When an ACID with one of these facilities is added, it displays as SIGN(M) (not SIGNMULTI).
To see if any acids have this, an SCA would need to do 1 of 2 things:
1) TSS LIST(ACIDS) DATA(BASIC)
Find the acids that have SIGN(M) with a facility. For example:
ACCESSORID = user1 NAME = name
TYPE = USER SIZE = 256 BYTES
FACILITY = fac SIGN(M)
2) Run TSSCFILE with TSS LIST(ACIDS) DATA(BASIC) and find record id 3700 for all users that has SIGN(M) starting in column 49. For example, the output for the acid in #1 above would display like this:
Column 49
3700 user1 fac SIGN(M)