Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

FTEXPENV

&pagelevel(3)&pagelevel

Note on usage

Function: Export FTAC admission profiles and sets

User group: FTAC administrator

openFT-AC must be installed to use this command.

The command can be entered under TSO.

Functional description

The FTAC administrator can easily “move” admission profiles and sets when a user migrates from one computer to another. The commands FTEXPENV and FTIMPENV are intended for this purpose.

This commands are not available to FTAC users!

The commands only affect the currently set openFT instance. If necessary, the FTAC administrator must create them under several openFT instances.

Export files cannot be extended. They must be deleted and created again if necessary.

Format

FTEXPENV

TO-FILE = <filename 1..46>

,USER-IDENTIFICATION = *ALL / list-poss(100): <name 1..8>

,SELECT-PARAMETER = *ALL / *PARAMETERS(...)

*PARAMETERS(...)

PROFILE-NAME = *ALL / *NONE / list-poss(100): <alphanum-name 1..8>

,ADMISSION-SET = *YES / *NO

Operands

TO-FILE = <filename 1..46>

Name of the file in which the admission profiles and sets are output. Temporary files may not be used.

USER-IDENTIFICATION =
The user ID whose admission profiles and sets are to be output on file.

USER-IDENTIFICATION = *ALL

The admission profiles and sets of all user IDs are to be output on file.

USER-IDENTIFICATION = list-poss(100): <name 1..8>
The admission profiles and sets of the user IDs specified are to be output on file.

SELECT-PARAMETER =
Determines whether only admission profiles, only admission sets, or both are to be output on file. For admission profiles, you can select those which are to be output.

SELECT-PARAMETER = *ALL
All admission profiles and sets associated with the user ID specified under USER-IDENTIFICATION are to be output on file.

SELECT-PARAMETER = *PARAMETERS(...)
Specifies which of the admission profiles and sets associated with the USER-IDENTIFICATION are to be output on file.

PROFILE-NAME = *ALL
All admission profiles are output on file.

PROFILE-NAME = *NONE
No admission profiles are exported.

PROFILE-NAME = list-poss(100): <alphanum-name 1..8>
Only the profiles with the specified names (maximum 100) are output on file.

ADMISSION-SET = *YES
All admission sets are output on file.
Here, openFT only takes account of values that differ from the default (i.e. are not marked with a * in the FTSHWADS output). For all specifications that refer to the standard admission set, openFT takes over the current settings from the corresponding standard admission set when importing admission sets. The standard admission set itself is not output to file.

ADMISSION-SET = *NO
No admission sets are exported.

Example

The FTAC administrator wants to export all the admission profiles belonging to the user Billy to the external file BILLYPRF. The admission set is not to be exported:

FTEXPENV TO-FILE=BILLYPRF,USER-ID=BILLY,SEL=(PROF-NAME=*ALL,ADM-SET=*NO)