Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

SHWFTRGE - List accessible partner systems

&pagelevel(4)&pagelevel

The macro SHWFTRGE can be used to list accessible partner systems. The functionality corresponds to that of the command SHOW-FT-RANGE.

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

Name

Operation

Operand

[name]

SHWFTRGE

[MF=L]

[,USER={*OWN / adr}]

[,SELECT={*ALL / PARTNER={*ALL / adr}]

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

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

Format of the macro SHWFTRGE (DSECT format)

xxxFTRGE DSECT
xxxHRGE  FHDR  MF=(C,&P)
xxxUSER  DS    A                   A(USERID)
xxxUSERL DS    XL2                 L(USERID)
xxxPTNL  DS    XL2                 L(SELECT-PARTNERNAME)
xxxPTN   DS    A                   A(SELECT-PARTNERNAME)
xxxBUF   DS    A                   RESERVED
xxxBUFL  DS    XL2                 RESERVED
*
* 1-BYTE FIELDS FOR ENTERING KEYWORDS *
*
xxxIUSER DS    XL1                 USER-ID: OWN
*
xxxSEL   DS    XL1                 SELECT: ALL
xxxIPTN  DS    XL1                 PARTNER: ALL
*
xxxOUTPT DS    XL1                 OUTPUT: SOUT / SLST / SOUTC / SLSTC
*
xxxRESRV DS    XL2                 RESERVED
*
xxxFTRGL EQU   *-xxxFTRGE

The meaning of the parameters in the macro SHWFTRGE corresponds to the meaning of the parameters in the command SHOW-FT-RANGE. 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

SELECT

SEL

SELECT-PARAMETER

PARTNER

PTN

PARTNER-NAME in the structure SELECT-PARAMETER

OUTPUT

OUTPT

OUTPUT

LAYOUT

OUTPT

LAYOUT