BTS - BTS report
The BTS operand requests the CICSĀ® Business Transaction Services report.
The command format is:
CICSPA BTS(
[OUTPUT(ddname),]
[EXTERNAL(ddname),]
[LINECount(nnn),]
[TITLE1('...up to 64 characters...'),]
[TITLE2('...up to 64 characters...'),]
[SELECT(PERFORMANCE(INCLUDE|EXCLUDE(field1(values1),...),
...))])
The options are:
- OUTPUT
- Controls the report output DDname. If not specified, CICS PA assigns a DDname in the format CBTSnnnn where nnnn is the report sequence number 0001-9999. See OUTPUT for further information.
- EXTERNAL
- Specifies the DDname for the work data set used by the external SORT facility. If not specified, CICS PA assigns an External Work File from a pool of External Work Files with DDnames in the format CPAXWnnn where nnn is the sequence number 001-999. See EXTERNAL for further information.
- LINECOUNT
- Controls the number of lines per page. See LINECNT for further information.
- TITLE1, TITLE2
- Controls the report title (left and right half of subheading line). See TITLE1 and TITLE2 for further information.
- SELECT(PERFORMANCE(INCLUDE|EXCLUDE
- Specifies what data to include or exclude from the report based on data field values. See Using SELECT statements for a detailed explanation and examples.