The output of a TSS MODIFY(STATUS) command shows ADMINBY(NO), but the Top Secret documentation refers to "NOADMBY".
Do both parameters mean the same thing?
Yes. In the Top Secret parameter file, ADMINBY or NOADMBY can be specified.
NOADMBY is the default, so if nothing is set, it will use NOADMBY.
Specifying ADMINBY(YES) will display as ADMINBY on the TSS MODIFY(STATUS) output. ADMINBY(NO) will display as NOADMNBY.
When ADMINBY is enabled, Top Secret will record information in the ACID security records to indicate the following:
ADMINBY data is stored when:
This information will be displayed, when the acid is listed. For example:
TSS LIST(acid) DATA(ALL) . . . XA DATASET = TEST.DATASET OWNER(xxxxxxx ) ACCESS = READ ADMIN BY= BY(yyyyyyy ) SMFID(ssss) ON(07/16/2008) AT(09:48:51) . . .
The line with:
'ADMIN BY= BY(yyyyyyy ) SMFID(ssss) ON(07/16/2008) AT(09:48:51) '
is the administration by information.
If NOADMBY is set, this information is not recorded on the acid and the 'ADMIN BY= ...' line will not show up in the TSS LIST output.
If ADMINBY was set at some point and is changed to NOADMBY, the 'ADMIN BY= ...' lines will not show up in the TSS LIST output.