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 |
|
|
|
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 | Address field | Meaning in command |
USER | USER | USER-IDENTIFICATION |
SELECT | SEL | SELECT-PARAMETER |
PARTNER | PTN | PARTNER-NAME |
OUTPUT | OUTPT | OUTPUT |
LAYOUT | OUTPT | LAYOUT |