Previous Topic: DATA Keyword with LIST—Security Record PortionNext Topic: Examples: DATA keyword


Data Types

The CA Top Secret administrator may request any or all of the following DATA types.

ACIDS

Displays all ACIDs connected to the ACID entered in the LIST function. This keyword applies to lists of division, department and profile ACIDs.

ADMIN

Displays an ACID's administrative authority.

When TSS LIST displays the administrative authorities, the designation MISC1(*ALL*), MISC3(*ALL*), MISC8(*ALL*), or MISC9(*ALL*) is used to indicate that all of the available authorities for a particular authority type in the current release have been assigned to this ACID. If one or more of the authorities available has not been assigned, a listing of the assigned authorities is provided. This example shows that three of the five MISC8 authorities have been assigned:

MISC8(LISTRDT,LISTSTC,LISTSDT)

Any restricted administration authorities designated by permits to CASECAUT entities are also displayed. This example shows that the authority to add passwords and remove asuspends has been assigned:

XA CASECAUT= TSSCMD.USER.ADDTO.PASSWORD                    OWNER(SYSDEPT )
   ACCESS  = UPDATE                                                       
   ADMIN BY= BY(MASTER  )    SMFID(XE05)   ON(03/01/2010)  AT(06:17:24)   
XA CASECAUT= TSSCMD.USER.REMOVE.ASUSPEND                   OWNER(SYSDEPT )
   ACCESS  = UPDATE                                                       
  	   ADMIN BY= BY(MASTER  )    SMFID(XE05)   ON(03/01/2010)  AT(09:35:55)
ALL

Displays all data types except PASSWORD, PROFILE, and expiration of temporary profiles.

BASIC

(Default) Displays the ACID, the name associated with the ACID, the ACID's type, facilities that the ACID is allowed to access, profiles with which the ACID is associated, groups with which the ACID is associate including the default group, special attributes attached to the ACID, the date that the ACID was created/modified and last used, and the language preference and TZONES, if used.

Note: The AUDIT attribute is only displayed if the user performing the TSS LIST has the ACID(AUDIT) administrative attribute.

CICS

A list of values for CICS operator fields: OIDCARD, OPCLASS, OPIDENT, OPPRTY, OPTIME, SCTYKEY.

EXPIRE

Displays a list of all profile ACIDs and applicable expiration dates.

If the EXPIRE keyword is omitted, attached profiles containing expiration dates are indicated by an asterisk(*).

INSTDATA

Displays the installation data for an ACID.

LCF

Displays the commands and transactions that an ACID is confined to (via TRANSACTIONS/COMMAND) or restricted from (via XTRANS/XCOMMAND).

NAMES

Displays an ACID name, and the associated owner's name.

PASSWORD

Displays the ACID's password expiration date and interval.

PROFILES

Displays contents of all profiles connected to the ACID in the LIST function. The content of the display is based on the other DATA suboptions entered in the LIST command. For example the following command produces a list of BASIC data for PSGEDJ, and BASIC data for each profile connected to PSGEDJ:

TSS LIST(PSGEDJ) DATA(BASIC,PROFILE)

While the following command produces a list of the PSGEDJ ACID, and the name connected to that ACID. This is followed by the ACID and name of all profiles connected to PSGEDJ:

TSS LIST(PSGEDJ) DATA(NAMES,PROFILE)

Unless you specify DATA(PROFILES,NOSORT), the profiles are listed alphabetically rather than by order of processing.

RESOURCE

Displays a list of resources owned by an ACID within its scope.

Note: Use the the RESCLASS keyword with RESOURCE to limit the list of resources that are owned by the ACID. To list only data sets that are owned by DEPT1, enter:

TSS LIST(DEPT1) DATA(RESOURCE) RESCLASS(DATASET)
SOURCE

Displays devices from which an ACID must initiate.

TSO

Displays list TSO "UADS" data fields for an ACID. The TSO fields TRBA, TUPT, and TCONS are NON‑Display type fields and will list as follows:

SESSKEY

Displays the session keys associated with designated LINKIDs in the APPCLU Record or PassTicket applications in the NDT Record. To view session keys, the administrator must have DATA(SESSKEY) authority and MISC2(APPCLU) or MISC1(NDT) authority depending on the keys designated.

SMS

Displays a display of fields related to DFP processing such as: SMSMGMT, SMSSTOR, SMSDATA, and SMSAPPL.

node_type

Displays all records for the node type, where node_type is one of the following:

TERSE

Overrides the default set by the TSSCMDOPTION control option. With a TSS LIST command, TERSE suppresses the display of ADMINBY information and the ownership hierarchy beyond the owning ACID. Using TERSE enhances performance by limiting the security file I/O required to list ACID information.

VERBOSE

Overrides the default set by the TSSCMDOPTION control option. Displays all the information available to the TSS LIST command.

ENHANCED

Overrides the default set by the TSSCMDOPTION control option. Displays all ownership hierarchy information available to the TSS LIST command plus:

WORKATTR

Displays the SYSOUT delivery and account information specified by the following attributes: WAACCNT, WABLDG, WAADDR1‑4, WADEPT, WANAME, and WAROOM.

XAUTH

Displays a list of resources that may be accessed by the ACID shown in the command, the level at which the ACID may access the resource, and the owner of the resource.

Note: Use the the RESCLASS keyword with XAUTH to limit the list of resources that are cross‑authorized to the ACID. To list only data sets, but not other resources that are cross‑authorized to USER01, enter:

TSS LIST(USER01) DATA(XAUTH) RESCLASS(DATASET)

This keyword is used with: