Parameters for the DFHMNDUP program

You can use the following parameters to control the information produced by the DFHMNDUP program.

DATE=yyddd or DATE=yyyyddd
Specifies the Julian date to be included in the dictionary record, where:
yy
represents the year of the twenty-first century (for example 16 for 2016).
yyyy
represents the year.
ddd
represents the day, in the range 1 through 366.

For example 17355 represents the 20th December 2016 and the date 1996354 represents the 20th December 1996. If you do not specify a date, the current date is used.

GAPPLID=name
Specifies the APPLID specified on either the APPLID system initialization parameter, or the generic APPLID in an XRF environment for which you are analyzing performance data.
JOBDATE=yyddd or JOBDATE=yyyyddd
Specifies the MVS™ job date (in Julian date format) to be included in the dictionary record.
yy
represents the year of the twenty-first century (for example, 16 for 2016).
yyyy
represents the year.
ddd
represents the day, in the range 1 through 366.

For example 16355 represents the 20th December 2016 and the date 1996354 represents the 20th December 1996. If you do not specify a date, the current date is used.

JOBNAME=xxxxxxxx
Specifies an MVS job name for the CICS® region to be included in the dictionary record.
JOBTIME=hhmmss
specifies a time stamp, as six numeric characters, for MVS job to be included in the dictionary record.
hh
the number of hours, in the range 00 through 24.
mm
the number of minutes, in the range 00 through 59.
ss
the number of seconds, in the range 00 through 59.

If you do not specify a time, the current time is used.

MCT=xx
Specifies the suffix of the monitoring control table (MCT) used in the CICS run for which you are analyzing performance data. If your CICS region ran with the system initialization parameter MCT=NO (which results in a default MCT dynamically created by CICS monitoring domain) you should specify MCT=NO for DFHMNDUP also. Alternatively, you can indicate that your CICS used a default MCT by specifying ‘MCT=' or ‘MCT=,'.
Note: Using DFHMNDUP to generate a performance dictionary record, means that you must use two-character suffixes for MCTs. If you create an MCT with only a single-character suffix, it is accepted by CICS but rejected by DFHMNDUP.
SAPPLID=name
Specifies the specific z/OS® Communications Server APPLID of the CICS region for which you are analyzing performance data. If you omit this parameter, the value you specify on the GAPPLID parameter is taken as the specific APPLID also.
SYSID=xxxx
Specifies the system identifier of the MVS system that owns the SMF data sets.
TIME=hhmmss
Specifies a time stamp for the dictionary record. If you do not specify a time, the current time is used.
UPPERCASE
Specifies that you want the statistics output in uppercase only. If you want output in mixed case (the default), do not code this parameter.
USERID=xxxxxxxx
Specifies eight alphanumeric characters that represent the user identification of the MVS job to be included in the dictionary record. The user identification value xxxxxxxx, must correspond to any values that you have set up in your MVS IEFUSI exit, but does not have to be a real userid. For information on the MVS job step initiation exit IEFUSI, see z/OS MVS Installation Exits.