Previous Topic: The SELECT CommandNext Topic: Changing Modes with the MODE Command


Examples for Finding Output

Review these examples to get familiar with the operation of the selection codes in the Primary Selection panels. In each example, selection criteria are shown as they are to be entered on the panel and as you would enter them with the SELECT command (when applicable).

Example 1: ALL Mode

If the selection criteria are as follows, all output from the current generation is displayed:

Sysout ID

===>

(blank)

Select by

===>

(blank)

Index Name

===>

(blank)

Value

===>

(blank)

Generation

===>

(blank)

Date

===>

(blank)

Exceptions

===>

(blank)

Permanent

===>

(blank)

Example 2: ALL Mode

If the selection criteria are as follows, only output from the current generation in which an exceptional condition occurred is displayed:

Sysout ID

===>

(blank)

Select by

===>

(blank)

Index Name

===>

(blank)

Value

===>

(blank)

Generation

===>

(blank)

Date

===>

(blank)

Exceptions

===> X

 

Permanent

===>

(blank)

The same list of output is displayed if you enter the following form of the SELECT command:

SELECT X

Example 3: ALL Mode

If the selection criteria are as follows, all output from the prior two generations is displayed:

Sysout ID

===>

(blank)

Select by

===>

(blank)

Index Name

===>

(blank)

Value

===>

(blank)

Generation

===>-1:2

 

Date

===>

(blank)

Exceptions

===>

(blank)

Permanent

===>

(blank)

The same list of output is displayed if you enter the following form of the SELECT command:

SELECT GEN(-1:2)

Example 4: ALL Mode

If the selection criteria are as follows, all output from the generation prior to the current generation that does not have an exceptional condition is displayed:

Sysout ID

===>

(blank)

Select by

===>

(blank)

Index Name

===>

(blank)

Value

===>

(blank)

Generation

===>-1

 

Date

===>

(blank)

Exceptions

===>NX

 

Permanent

===>

(blank)

The same list of output is displayed if you enter the following form of the SELECT command:

SELECT GEN(-1) NX

Example 5: ALL Mode

If the selection criteria are as follows, all generations of output that have the specific name of A27S23W are displayed:

Sysout ID

===>A27S23W

 

Select by

===>

(blank)

Index Name

===>

(blank)

Value

===>

(blank)

Generation

===>ALL

 

Date

===>

(blank)

Exceptions

===>

(blank)

Permanent

===>

(blank)

The same list of output is displayed if you enter the following form of the SELECT command:

SELECT A27S23W ALL

Example 6: ALL Mode

If the selection criteria are as follows, all output that have B16 as the first three characters in their names, from generations 78 and 79, are displayed:

Sysout ID

===>B16*

 

Select by

===>

(blank)

Index Name

===>

(blank)

Value

===>

(blank)

Generation

===>78:79

 

Date

===>

(blank)

Exceptions

===>

(blank)

Permanent

===>

(blank)

The same list of output is displayed if you enter the following form of the SELECT command:

SELECT B16* GEN(78:79)

Example 7: ALL Mode

If the selection criteria are as follows, all generations of output that have a page index named ACCOUNT are displayed:

Sysout ID

===>A27S23W

 

Select by

===>INDEX

 

Index Name

===>ACCOUNT

 

Value

===>

(blank)

Generation

===>ALL

 

Date

===>

(blank)

Exceptions

===>

(blank)

Permanent

===>

(blank)

The same list of output is displayed if you enter the following form of the SELECT command:

SELECT A27S23W BY(I) INDEX(ACCOUNT) ALL

Example 8: ALL Mode

If the selection criteria are as follows, all output that has page indexes that have ACC as the first three characters of the page index name, from generations 78 and 79, are displayed:

Sysout ID

===>ACC*

 

Select by

===>INDEX

 

Index Name

===>ACC*

 

Value

===>

(blank)

Generation

===>78:79

 

Date

===>

(blank)

Exceptions

===>

(blank)

Permanent

===>

(blank)

The same list of output is displayed if you enter the following form of the SELECT command:

SELECT ACC* BY (I) INDEX(ACC*) GEN(78:79)

Example 9: EXPO Mode

If the selection criteria are as follows, a list of all reports archived from CA Deliver is displayed:

Sysout ID

===>

(blank)

Select by

===>

(blank)

Index Name

===>

(blank)

Value

===>

(blank)

Generation

===>

(blank)

Copy

===>ALL

 

From Date

===>

(blank)

To Date

===>

(blank)

The same list of reports is displayed if you enter the following form of the SELECT command:

SELECT ALL

 

 

Example 10: EXPO Mode

If the selection criteria are as follows, a list of all reports archived from CA Deliver that have all the following characteristics is displayed:

Report ID

===>S*

 

Select by

===>

(blank)

Index Name

===>

(blank)

Value

===>

(blank)

Generation

===>

(blank)

Copy

===>1

 

From Date

===>11/07/2013

 

To Date

===>11/09/2013

 

The same list of reports is displayed if you enter the following form of the SELECT command:

SELECT S* COPY(1) DATE(11/07/2013:11/09/2013)

Example 11: EXPO Mode

If the selection criteria are as follows, a list of all copies of report AH810A-R1 archived from CA Deliver is displayed:

Report ID

===>AH810A-R1

 

Select by

===>

(blank)

Index Name

===>

(blank)

Value

===>

(blank)

Generation

===>

(blank)

Copy

===>ALL

 

From Date

===>

(blank)

To Date

===>

(blank)

The same list of reports is displayed if you enter the following form of the SELECT command:

SELECT AH810A-R1 ALL