The macro MODFTADS can be used modify admission sets. The functionality corresponds to that of the command MODIFY-FT-ADMISSION-SET.
Format of the macro MODFTADS (LIST format/default format)
Name | Operation | Operand |
|
|
|
Format of the macro MODFTADS (DSECT format)
xxxFTADS DSECT xxxHADS FHDR MF=(C,&P) xxxUSER DS A A(USERID) xxxUSERL DS XL2 L(USERID) xxxPASSL DS XL2 L(PASS) xxxPASS DS A A(PASS) xxxNPA DS A A(NEW-PASS) xxxNPAL DS XL2 L(NEW-PASS) * * 1-BYTE FIELDS FOR ENTERING KEYWORDS * * xxxIUSER DS XL1 USERID: OWN / STD xxxIPASS DS XL1 PASSWORD: NONE xxxSEL DS XL1 SELECT: ALL xxxINPA DS XL1 NEW-PASSWORD: NONE / OLD xxxPRIV DS XL1 PRIVILEGED: UNCHG / YES * xxxMOSND DS XL1 OUTBOUND-SEND: UNCHG/STD/0-100 xxxMORCV DS XL1 OUTBOUND-RECEIVE: UNCHG/STD/0-100 xxxMISND DS XL1 INBOUND-SEND: UNCHG/STD/0-100 xxxMIRCV DS XL1 INBOUND-RECEIVE: UNCHG/STD/0-100 xxxMIPRC DS XL1 INBOUND-PROCESSING: UNCHG/STD/0-100 * * VRS_MADS2 * xxxMIMAN DS XL1 INBOUND-MANAGEMENT: UNCHG/STD/0-100 xxxRESRV DS XL3 RESERVED * xxxFTADL EQU *-xxxFTADS
The meaning of the parameters in the macro MODFTADS corresponds to the meaning of the parameters in the command MODIFY-FT-ADMISSION-SET as shown in the following table.
Operand | Address field | Meaning in command |
USER | USER | USER-IDENTIFICATION |
PASS | PASS | PASSWORD |
NEWPASS | NPA | NEW-PASSWORD |
PRIV | PRIV | PRIVILEGED |
MAXLV | MAX-LEVELS | |
MAXOSND | MOSND | OUTBOUND-SEND in the structure MAX-LEVELS |
MAXORCV | MORCV | OUTBOUND-RECEIVE in the structure MAX-LEVELS |
MAXISND | MISND | INBOUND-SEND in the structure MAX-LEVELS |
MAXIRCV | MIRCV | INBOUND-RECEIVE in the structure MAX-LEVELS |
MAXIPRC | MIPRC | INBOUND-PROCESSING in the structure MAX-LEVELS |
MAXIMAN | MIMAN | INBOUND-MANAGEMENT in the structure MAX-LEVELS |