The macro SHWFTPRF can be used to view an admission profile. The functionality corresponds to that of the command SHOW-FT-PROFILE.
Format of the macro SHWFTPRF (LIST format/default format)
Name | Operation | Operand |
|
|
|
Format of the macro SHWFTPRF (DSECT format)
xxxFTPRF DSECT xxxHPRF FHDR MF=(C,&P) xxxNAME DS A A(NAME) xxxNAMEL DS XL2 L(NAME) xxxTADL DS XL2 L(SELECT-TRANSFER-ADMISSION) xxxTAD DS A A(SELECT-TRANSFER-ADMISSION) xxxOWN DS A A(SELECT-OWNERID) xxxOWNL DS XL2 L(SELECT-OWNERID) xxxBUFL DS XL2 RESERVED xxxBUF DS A RESERVED * * 1-BYTE FIELDS FOR ENTERING KEYWORDS * * xxxINAME DS XL1 NAME: ALL/STD * xxxINFO DS XL1 INFORMATION: ONLY / ALL * xxxSEL DS XL1 SELECT: OWN xxxITAD DS XL1 TRANSFER-ADMISSION: ALL / NOTSP xxxIOWN DS XL1 OWNERID: OWN /ALL * xxxOUTPT DS XL1 OUTPUT/LAYOUT: SOUT/SLST/SOUTC/SLSTC * xxxRESRV DS XL2 RESERVED * xxxFTPRL EQU *-xxxFTPRF
The meaning of the parameters in the macro SHWFTPRF corresponds to the meaning of the parameters in the command SHOW-FT-PROFILE 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 | Address field | Meaning in command |
NAME | NAME | NAME |
SELECT | SEL | SELECT-PARAMETER |
TAD | TAD | TRANSFER-ADMISSION in the structure SELECT-PARAMETER |
OWNER | OWN | OWNER-IDENTIFICATION in the structure SELECT-PARAMETER |
INF | INFO | INFORMATION |
OUTPUT | OUTPT | OUTPUT |
LAYOUT | OUTPT | LAYOUT |