Note on usage
Function: Display admission sets
User group: FTAC user and FTAC administrator
Prerequisite for using this command is the use of openFT-AC.
Functional description
You use the FTSHWADS command to display admission sets. You can output the following information on either SYSTSPRT or SYSPRINT:
if the admission set is privileged (if so, then you are the FTAC administrator).
if a password is required to use FTAC commands on this user ID. The password itself is not displayed.
the limiting values for accessible security levels which have been set by the owner of this user ID.
the limiting values for accessible security levels which have been pre-set by the FTAC administrator.
Format
FTSWHADS |
USER-IDENTIFICATION = *OWN / *ALL / *STD / <name 1..8> ,SELECT-PARAMETER = *ALL ,OUTPUT = *STDERR (...) / *STDOUT(...) *STDERR (...) / *STDOUT(...) LAYOUT = *STD / *CSV |
Operands
USER-IDENTIFICATION =
User ID whose admission set you wish to view. FTAC users can only obtain information about their own admission set and the standard admission set. The FTAC administrator can obtain information about any admission set.
USER-IDENTIFICATION = *OWN
FTAC outputs your own user ID’s admission set.
USER-IDENTIFICATION = *ALL
FTAC outputs the standard admission set and the admission set of your own user ID.
For the FTAC administrator, all admission sets are output which differ from the standard admission set.
USER-IDENTIFICATION = *STD
FTAC only outputs the standard admission set.
USER-IDENTIFICATION = <name 1..8>
FTAC outputs the admission set that belong to the user ID specified. The FTAC user can only enter his/her own user ID here. The FTAC administrator can enter any user ID.
SELECT-PARAMETER = *ALL
This parameter is reserved for future extensions and has no effect in the current version.
OUTPUT =
Output medium for the information requested.
OUTPUT = *STDERR (...)
Output is performed to SYSTSPRT or to SYSERR if this DDNAME is defined. If the command is called with ftexec from a Unix or Windows system, ftexec sends the output to stderr.
OUTPUT = *STDOUT(...)
Output is performed to SYSPRINT. If the command is called with ftexec from a Unix or Windows system, ftexec sends the output to stdout.
LAYOUT = *STD
Output is formatted using a standard layout that can be easily read by the user.
LAYOUT = *CSV
Output is supplied in CSV (Character Separated Values) format. This is a widely used tabular format, especially in the PC environment, in which individual fields are separated by a delimiter, which is usually a semicolon “;“ (see section “FTSHWADS”).