Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

EXPFTENV - Export admission sets and profiles

&pagelevel(4)&pagelevel

The macro EXPFTENV can be used to output the admission sets and admission profiles of FTAC to a file. You can use the SHWFTENV macro to display the contents of this file ("SHWFTENV - List admission sets and profiles"). The functionality corresponds to that of the command EXPORT-FTAC-ENVIRONMENT.

Format of the macro EXPFTENV (LIST format/default format)

Name

Operation

Operand

[name]

EXPFTENV

[MF=L]

,FILE=adr

[,USER={*ALL / {adr1,...,adr100}}]

[,SELECT=[*]ALL /

    [,NAME={*ALL / *NONE / {adr1,...,adr100}}]

    [,ADMS={[*]YES / [*]NO}]]

Format of the macro EXPFTENV (DSECT format)

xxxFTENV DSECT
xxxHENV  FHDR  MF=(C,&P)
xxxFILE  DS    A           A(FILE)
xxxFILEL DS    XL2         L(FILE)
xxxRES   DS    XL2         RESERVED
xxxUSERL DS    100XL2      L(A-USER)
xxxUSER  DS    100A        A(A-USER)
xxxNAME  DS    100A        A(A-NAME)
xxxNAMEL DS    100XL2      L(A-NAME)
*
* 1-BYTE FIELDS FOR ENTERING KEYWORDS *
*
xxxSEL   DS    XL1         SELECT: ALL
*
xxxIUSER DS    XL1         USER: ALL
*
xxxINAME DS    XL1         PROFIL-NAME: ALL / NONE
*
xxxADMS  DS    XL1         ADMISSION-SET: YES / NO
*
xxxFTENL EQU   *-xxxFTENV

The meaning of the parameters in the macro EXPFTENV corresponds to the meaning of the parameters in the command EXPORT-FTAC-ENVIRONMENT as shown in the following table.

Operand
(L format)

Address field  
(D format)

Meaning in command

FILE

FILE

TO-FILE

USER

USER

USER-IDENTIFICATION

SELECT

SEL

SELECT-PARAMETER

NAME

NAME

PROFILE-NAME in the structure SELECT-PARAMETER

ADMS

ADMS

ADMISSION-SET in the structure SELECT-PARAMETER