LIST - Performance List report

The LIST operand requests the Performance List report or an extract file (see Performance Data extract).

The command format for the Performance List report is:
CICSPA LIST(
          [OUTPUT(ddname),]
          [ALERTDEF(defname),]
          [SEVERITY(CRITICAL|WARNING|INFO|ELIGIBLE|ALL),] 
          [FIELDS(field1[(options)],...),]
          [LINECount(nnn),]
          [TITLE1('...1st 64 characters of title...'),]
          [TITLE2('...2nd 64 characters of title...'),]
          [SELECT(PERFORMANCE(INCLUDE|EXCLUDE(field1(values1),...),...)),]
          [SELECT2(PERFORMANCE(INCLUDE|EXCLUDE(field1(values1),...),...))])
The command format for the List Extract is:
CICSPA LIST(
          [OUTPUT(ddname),]
          [DDNAME(ddname),]
          [DELIMIT('field-delimiter'),]
          [LABELS|NOLABELS,]
          [FLOAT,]
          [ALERTDEF(defname),]
          [SEVERITY(CRITICAL|WARNING|INFO|ELIGIBLE|ALL),]
          [FIELDS(field1[(options)],...),]
          [TITLE1('...1st 64 characters of title...'),]
          [TITLE2('...2nd 64 characters of title...'),]
          [SELECT(PERFORMANCE(INCLUDE|EXCLUDE(field1(values1),...),...)),]
          [SELECT2(PERFORMANCE(INCLUDE|EXCLUDE(field1(values1),...),...))])
The options are:
OUTPUT
Controls the report output DDname. See OUTPUT for further information. If not specified, CICS PA assigns a DDname in the format xxxxnnnn where nnnn is the report sequence number 0001-9999 to uniquely identify the output, and xxxx is:
  • LIST for the Performance List report.
  • EXPT for the Recap report for the List Extract.
FLOAT
Write numeric fields in the extract in S390 FLOAT format. This only applies to the List Extract when the FIELDS operand is specified.
ALERTDEF
The name of a Performance Alert Definition for alert reporting.
SEVERITY
FIELDS
Specifies which fields are included in the report or extract, their order, and format. See LIST(FIELDS for details.
LINECOUNT
Controls the number of lines per page in the List report. See LINECount for further information.
TITLE1, TITLE2
Controls the report title (left and right half of the subheading line) for the List report or the Extract Recap. See TITLE1 and TITLE2 for further information.
SELECT|SELECT2(PERFORMANCE(INCLUDE|EXCLUDE
Specifies what data to include or exclude from the report or extract based on data field values. See Using SELECT statements for an explanation and examples.

Information Information

Feedback


Timestamp icon Last updated: Thursday, 7 November 2013


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic//users-guide/tlistp.htm