Loading...
Select Version
The macro IMPFTENV can be used to import the admission sets and profiles from a file. The functionality corresponds to that of the command IMPORT-FTAC-ENVIRONMENT.
Format of the macro IMPFTENV (LIST format/default format)
Name | Operation | Operand |
|
|
|
Format of the macro IMPFTENV (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 IMPFTENV corresponds to the meaning of the parameters in the command IMPORT-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 |