Figure 100 shows the format of the URIMAPs report. This report is produced using a combination of EXEC CICS® INQUIRE URIMAP and EXEC CICS EXTRACT STATISTICS URIMAP RESID() commands. The statistics data is mapped by the DFHWBRDS DSECT. The field headings and contents are described in Table 224.
Applid IYK2Z1V2 Sysid CJB2 Jobname CI07CJB2 Date 12/17/2004 Time 08:44:37 CICS 6.4.0 PAGE 21
URIMAPs
URIMAP Name. . . . . . . . . . : DFHRSURI
URIMAP Enable Status . . . . . : Enabled
URIMAP Usage . . . . . . . . . : Pipeline
URIMAP Scheme. . . . . . . . . : HTTP
URIMAP Host. . . . . . . . . . : *
URIMAP Path. . . . . . . . . . : /cicswsat/RegistrationService
TCPIPSERVICE name. . . . . . . :
WEBSERVICE name. . . . . . . . :
PIPELINE name. . . . . . . . . : DFHWSATP
Templatename . . . . . . . . . :
HFS File . . . . . . . . . . . :
Analyzer . . . . . . . . . . . : No
Converter. . . . . . . . . . . :
Transaction ID . . . . . . . . : CPIH
Program name . . . . . . . . . :
Redirection type . . . . . . . : None
Location for redirection . . . :
URIMAP reference count . . . . : 0
Disabled . . . . . . . . . . . : 0
Redirected . . . . . . . . . . : 0
Field Heading | Description |
---|---|
URIMAP Name | The name of the URIMAP definition.
Source field: EXEC CICS INQUIRE URIMAP |
![]() ![]() |
![]() Source field: EXEC CICS INQUIRE URIMAP() ENABLESTATUS ![]() |
![]() ![]() |
![]()
Source field: EXEC CICS INQUIRE URIMAP() USAGE ![]() |
![]() ![]() |
![]() Source field: EXEC CICS INQUIRE URIMAP() SCHEME ![]() |
URIMAP Host | For USAGE(CLIENT), the host name of the target
URL to which the HTTP request is to be sent. For any other USAGE, the host
name on the incoming HTTP request that is used to select this URIMAP definition.
Source field: EXEC CICS INQUIRE URIMAP() HOSTNAME |
URIMAP Path | For USAGE(CLIENT), the path of the target
URL to which the HTTP request is to be sent. For any other USAGE, the path
on the incoming HTTP request that is used to select this URIMAP definition.
The PATH may terminate in an asterisk, meaning that it is generic, and matches
any path whose characters are the same up to but excluding the asterisk.
Source field: EXEC CICS INQUIRE URIMAP() PATH |
TCPIPSERVICE name | The TCPIPSERVICE to which this URIMAP definition
applies. Only requests received on this TCPIPSERVICE are matched to this URIMAP
definition. If no TCPIPSERVICE is specified, the URIMAP definition applies
to all incoming HTTP requests.
Source field: EXEC CICS INQUIRE URIMAP() TCPIPSERVICE |
WEBSERVICE name | The name of the WEBSERVICE resource definition for the
Web service that handles the incoming HTTP request.
Source field: EXEC CICS INQUIRE URIMAP() WEBSERVICE |
PIPELINE name | The name of the PIPELINE resource definition for the
Web service that handles the incoming HTTP request.
Source field: EXEC CICS INQUIRE URIMAP() PIPELINE |
Templatename | The name of a CICS document template whose contents are
returned as the HTTP response.
Source field: EXEC CICS INQUIRE URIMAP() TEMPLATENAME |
HFS File | The name of a file in the z/OS® UNIX System Services
Hierarchical File System (HFS), whose contents are returned as the HTTP response.
Source field: EXEC CICS INQUIRE URIMAP() HFSFILE |
Analyzer | Whether or not the analyzer associated with
the TCPIPSERVICE definition is called to process the request.
Source field: EXEC CICS INQUIRE URIMAP() ANALYZER_USE |
Converter | The name of a converter program that is used
to transform the HTTP request into a form suitable for the application program
specified in PROGRAM.
Source field: EXEC CICS INQUIRE URIMAP() CONVERTER |
Transaction ID | The name of the alias transaction that processes
the incoming HTTP request.
Source field: EXEC CICS INQUIRE URIMAP() TRANS_ID |
Program name | The name of the application program that
processes the incoming HTTP request.
Source field: EXEC CICS INQUIRE URIMAP() PROGRAM_NAME |
Redirection type | Whether or not matching requests should be
redirected, on a temporary or permanent basis.
Source field: EXEC CICS INQUIRE URIMAP() REDIRECT_TYPE |
Location for redirection | An alternate URL to which the Web client
will be redirected, if redirection is specified.
Source field: EXEC CICS INQUIRE URIMAP() LOCATION |
URIMAP reference count | Number of times this URIMAP definition was
referenced.
Source field: WBR_URIMAP_REFERENCE_COUNT |
Disabled | Number of times this host and path were matched,
but the URIMAP definition was disabled.
Source field: WBR_URIMAP_MATCH_DISABLED |
Redirected | Number of times this host and path were matched,
and the request was redirected.
Source field: WBR_URIMAP_MATCH_REDIRECT |