With the command SHOW-FT-PROFILE, FTAC users can obtain information on theiradmission profiles. Either the contents of the selected admission profile or only its name can be displayed. It is not possible to use SHOW-FT-PROFILE to access passwords or transfer admissions defined in the profile! If a transfer admission is forgotten, a new one must be specified with MODIFY-FT-PROFILE.
If you call HELP for the SDF command syntax shown below, you may also see some operands that are not indicated here. This is because only the operands relevant for FTP are described in this section.
SHOW-FT-PROFILE - showing operands relevant for FTP | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Operands
NAME=
With NAME, you enter the name of the admission profile that you want to view. NAME accesses a user-wide unique name of an admission profile.
NAME=*ALL
You want to view all admission profiles under your user ID.
NAME=<alphanum-name 1..8>
You want to view the admission profile with the specified name.
NAME = *STD
Displays the default admission profile for your own user ID.
SELECT-PARAMETER=
With SELECT-PARAMETER, you can specify selection criteria for the admission profiles you want to view.
SELECT-PARAMETER=*OWN
With *OWN, you can view all the admission profiles of which you are the owner. This means that you can view all the admission profiles that are assigned to your user ID.
SELECT-PARAMETER=*PARAMETERS(...)
This structure contains the selection criteria with which you can access your admission profiles.
TRANSFER-ADMISSION=
With TRANSFER-ADMISSION, you can enter the transfer admission defined in an admission profile as a selection criterion.
TRANSFER-ADMISSION=*ALL
TRANSFER-ADMISSION is not used as a selection criterion.
TRANSFER-ADMISSION=*NOT-SPECIFIED
Only admission profiles without a defined transfer admission are displayed.
TRANSFER-ADMISSION=<alphanum-name 8..32> / <c-string 8..32 with-low> / <x-string 15..64>
You want to view your admission profile that can be addressed with this transfer admission.
TRANSFER-ADMISSION=*SECRET
The system prompts you to enter the transfer admission, but does not display your entry on the screen.
OWNER-IDENTIFICATION =*OWN / *ALL / <name 1..8>
OWNER-IDENTIFICATION authorizes the FTAC user to access his own admission profiles. All three entries have the same effect.
INFORMATION=
With INFORMATION, you determine the scope of information desired.
INFORMATION=*ONLY-NAMES
FTAC only shows the names of the admission profiles and indicates whether they areprivileged.
INFORMATION= *ALL
FTAC shows the contents of the admission profile, excluding any passwords and the transfer admission.
OUTPUT=
Determines the output medium for the information requested.
OUTPUT=*SYSOUT(...)
The output is sent to SYSOUT.
OUTPUT=*SYSLST(...)
The output is sent to SYSLST.
LAYOUT=*STD
The output is formatted using a standard layout that can be easily read by the user.
LAYOUT=*CSV
The output is supplied in CSV (Comma Separated Value) 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 “;“.
Example
The FTAC administrator wants to view the admission profile PROFPROD with the command SHOW-FT-PROFILE to determine if this profile could compromise data security. This is achieved with the following command:
/SHOW-FT-PROFILE NAME=PROFPROD,
SELECT-PARAMETER=(OWNER-IDENTIFICATION=DONALD),INFORMATION=*ALL
Short form:
/SHOW-FT-PROF PROFPROD,(,DONALD),INF=*ALL
The output appears as follows:
%PROFPROD % IGN-MAX-LEV = (IBR) % FILE-NAME = (PREFIX=SALES.) % USER-ADM = (DONALD,M4711DON,OWN) % PROC-ADM = SAME
The first line shows the name of the admission profile. The next two lines show the settings that were made by Donald in the command CREATE-FT-PROFILE with the operands IGNORE-MAX-LEVELS=(INBOUND-RECEIVE=*YES) and FILENAME=(PREFIX=SALES). The values for USER-ADMISSION and PROCESSING-ADMISSION were not set by Donald, so the default values are being used.
Command return codes
(SC2) | SC1 | Maincode | Meaning |
0 | 64 | FTC0052 | The information output was interrupted. |
0 | 64 | FTC0053 | No FT profile that meets the specified criteria exists. |
0 | 0 | FTC0054 | No information exists for the specified criteria. |
0 | 64 | FTC0153 | The owner identification entered is not the user ́s own ID. |
0 | 64 | FTC0171 | The specified profile does not exist. |
0 | 64 | FTC0255 | A system error occurred. |
SC1/2 = Subcode 1/2 in decimal form
More information can be found in the manual “openFT - Command Interface”.