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 |
|
|
|
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 | Address field | 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 |