Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

MODFTADS - Modify admission sets

&pagelevel(4)&pagelevel

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

[name]

MODFTADS

[MF=L]

[,USER={*OWN / *STD / adr}]

[,PASS={*NONE / adr}]

[,NEWPASS={*OLD / *NONE / adr}]

[,PRIV={*UNCHG / *YES}]

[,MAXLV={*UNCHG / *STD / integer0-100}/

    [,MAXoSND={*UNCHG / *STD / integer0-100}]

    [,MAXORCV={*UNCHG / *STD / integer0-100}]

    [,MAXISND={*UNCHG / *STD / integer0-100}]

    [,MAXIRCV={*UNCHG / *STD / integer0-100}]

    [,MAXIPRC={*UNCHG / *STD / integer0-100}]

    [,MAXIMAN={*UNCHG / *STD / integer0-100}]]

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
(L format)

Address field  
(D format)

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