List/Delete Utility screen
Related Topics
The List/Delete Utility screen allows you to list individual members of the Code Coverage Results Repository data set used to accumulate testing coverage data. It also enables you to delete selected members that are no longer needed. This screen is accessed by entering option 2 on the Code Coverage Utilities menu.
You can also run a batch job to list or delete Results Repository data set members. Sample JCL is provided in SLXVSAMP members JCLLST and JCLDEL.
List/Delete Utility Screen #1
COMMAND ===>
Commands: D (delete), L or blank (list)
Repository File ===>
Type ===> (C = Code Coverage, F = System Flow)
System ===>
Test ID ===>
User ID ===>
Module ===>
Compile Date ===> ____ __ __ (YYYY or YY MM DD)
Compile Time ===> __ __ __ (HH MM SS)
More: +
Select by Date:
Last Updated Date ===> ____ __ __ (YYYY or YY MM DD)
Age ===> ___ (0 - 365 in Days)
Comparative Operator ===> (LT, LE, EQ, GT, or GE)
Code Coverage only: Program Name ===>
Debug ===> (Y/N or blank or * for both)
Press ENTER to process or enter END command to terminate
List/Delete Utility Screen #2
COMMAND ===>
Commands: D (delete), L or blank (list)
Repository File ===>
Type ===> (C = Code Coverage, F = System Flow)
System ===>
Test ID ===>
User ID ===>
Module ===>
Compile Date ===> ____ __ __ (YYYY or YY MM DD)
Compile Time ===> __ __ __ (HH MM SS)
More: -
Debug ===> (Y/N or blank or * for both)
System Flow only: Object Type ===> (P=Pgm, X=Tran, blank or * = both)
Object Name ===>
CICS SYSID ===>
Call Type ===> (D = Dynamic, L = Link, X = XCTL
S = Static link, blank or * = all)
Press ENTER to process or enter END command to terminate
Commands
The primary commands are defined as follows:
Command | Description |
---|---|
D | Deletes specified repository members |
L | Lists the items in a repository. Leaving the COMMAND field blank will also list the items in a repository. |
Input fields
All input fields are described as follows. The Repository File field, Type field, and Compile Date and Compile Time fields do not accept wildcards.
Field | Description |
---|---|
Repository file | Specifies the name of the Results Repository data set for which the systems are to be listed or deleted. If an L is entered in the COMMAND field and the System, Test ID, and Module fields are left blank, the System Selection screen is displayed. |
Type | Specifies the type of record to be processed. Select C for Code Coverage records or F for System Flow records. This field does not accept wildcard characters. |
System | Specifies the system to be accessed. If L is entered in the COMMAND field, a system name is specified in the System field, and the other fields are left blank, the Test ID Selection screen is displayed. The System field is restricted to 15 characters or less in length and can be wildcarded. |
Test ID | Specifies the test ID to be accessed. This field can be wildcarded. If wildcarded, all entries that match the criteria will be displayed on the Test ID Selection screen. |
User ID | Specifies the name of a valid TSO or IMS user. The field is limited to 8 characters or less in length and can be wildcarded. |
Module | Specifies the module to be accessed. If L is entered in the COMMAND field and this field specified, the Program Selection screen is displayed. The Module field is restricted to 8 characters or less in length and can be wildcarded. |
Compile data | Specifies a compile date to narrow the accessing of the specified program to those with a matching compile date. |
Compile time | Specifies a compile time to further narrow the accessing of the specified program to those with a matching compile time. |
Select by date fields
Last updated date
Specifies the last date on which the selected record was added or updated. Cannot be used at the same time as the "Age" field.
Age
Specifies the last date on which the selected record was added or updated relative to today's date. This field cannot be used at the same time as "Last updated date" field.
Comparative operator
Specifies the comparison operator to use when choosing dates by which to select records. Available operators are:
Operator | Description |
---|---|
LT | Less than. Choose records updated before, but not on, the date specified, or an age younger than what was specified. |
LE | Less than or equal to. Choose records updated on or before the date specified, or an age younger or the same as what was specified. |
EQ | Equal to. Choose records updated on the exact date specified, or with an age matching the specified age. |
GT | Greater than. Choose records updated after, but not on, the date specified, or with an age greater than the age specified. |
GE | Greater than or equal to. Choose records updated on or after the date specified, or with an age greater than or the same as the age specified. |
Code Coverage only fields
Program name
Specifies the program name (for Code Coverage only) to be accessed. If an L is entered in the COMMAND field, a program name is specified in the Program field, and the other fields are left blank, the Program Selection screen is displayed with a list of systems that contain one or more programs matching the specified name. This field is restricted to 8 characters or less in length.
Debug
Allows you to choose whether to include or exclude Code Coverage members containing data captured while using debugging commands. Specify Y (Yes) to include Code Coverage members or N (No) to exclude those members that include data captured while using debugging commands. The contents of these members may not necessarily reflect normal program execution.
System flow only fields
Object type
Specifies the calling object (for System Flow only) as a program or a transaction. Select P for Program, X for Transaction. A blank or asterisk (*) specifies both. This field is optional.
Object name
Specifies the object name (for System Flow only) of the calling program or transaction. This field is limited to 8 characters or less in length and is optional.
CICS SYSID
Specifies the ID of the CICS system that executed the System Flow. This field is limited to 4 characters or less in length and is optional.
Call type
Specifies the type of call (for System Flow only) made by the object (parent). Select D for Dynamic, L for Link, X for XCTL, S for Static Link.A blank or asterisk (*) specifies all choices. This single-character field is optional.