Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

SHWFTADS - Output admission sets

&pagelevel(4)&pagelevel

The macro SHWFTADS can be used to view admission sets. The functionality corresponds to that of the command SHOW-FT-ADMISSION-SET.

Format of the macro SHWFTADS (LIST format/default format)

Name

Operation

Operand

[name]

SHWFTADS

[MF=L]

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

[,OUTPUT={[*]SYSOUT / [*]SYSLST}]

[,LAYOUT={[*]STD / [*]CSV}]

Format of the macro SHWFTADS (DSECT format)

xxxFTADS DSECT
xxxHADS  FHDR  MF=(C,&P)
xxxUSER  DS    A                   A(USERID)
xxxUSERL DS    XL2                 L(USERID)
xxxBUFL  DS    XL2                 RESERVED
xxxBUF   DS    A                   RESERVED
*
* 1-BYTE FIELDS FOR ENTERING KEYWORDS *
*
xxxIUSER DS    XL1                 USERID:  OWN/STD/ALL
xxxSEL   DS    XL1                 SELECT:  ALL
xxxOUTPT DS    XL1                 OUTPUT/LAYOUT: SOUT/SLST/SOUTC/SLSTC
xxxRESRV DS    XL1                 RESERVED
*
xxxFTADL EQU   *-xxxFTADS

The meaning of the parameters in the macro SHWFTADS corresponds to the meaning of the parameters in the command SHOW-FT-ADMISSION-SET 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
(L format)

Address field  
(D format)

Meaning in command

USER

USER

USER-IDENTIFICATION

OUTPUT

OUTPT

OUTPUT

LAYOUT

OUTPT

LAYOUT