You use the SHWFTENV macro to display or output previously logged FTAC admission sets or admission profiles. The output is sent to SYSOUT or SYSLST. To this end, you can also use the EXPFTENV macro to output the FTAC admission sets or admission profiles to a file ("EXPFTENV - Export admission sets and profiles"). The functionality corresponds to that of the command SHOW-FTAC-ENVIRONMENT.
Format of the macro SHWFTENV (LIST format/default format)
Name | Operation | Operand |
|
|
|
Format of the macro SHWFTENV (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 xxxINFO DS XL1 INFORMATION: ONLY / ALL xxxOUTPT DS XL1 OUTPUT/LAYOUT: SOUT/SLST/SOUTC/SLSTC xxxRESRV DS XL2 RESERVED xxxFTENL EQU *-xxxFTENV
The meaning of the parameters in the macro SHWFTENV corresponds to the meaning of the parameters in the command SHOW-FTAC-ENVIRONMENT as shown in the following table. In the OUTPT address field, SOUT stands for OUTPUT=*SYSOUT and SLST stands for OUTPUT=*SYSLST in the command. SOUTC and SLSTC stand for their respective output in CSV format (LAYOUT=*CSV). For the other two values, output is in standard format (LAYOUT=*STD).
Operand | Address field | Meaning in command |
FILE | FILE | FROM-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 |
INF | INFO | INFORMATION |
OUTPUT | OUTPT | OUTPUT |
LAYOUT | OUTPT | LAYOUT |