z/OS ISPF Edit and Edit Macros
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


EXCLUDE_COUNTS—Query Exclude Counts

z/OS ISPF Edit and Edit Macros
SC19-3621-00

The EXCLUDE_COUNTS assignment statement retrieves values set by the most recently processed EXCLUDE command and places them in variables.

Syntax

Read syntax diagramSkip visual syntax diagram
Assignment statement syntax

>>-ISREDIT--(var1,var2)-- = --EXCLUDE_COUNTS-------------------><

var1
The name of a variable to contain the number of strings found. The number of strings is an 8-digit value that is left-padded with zeros.
var2
The name of a variable to contain the number of lines excluded. The number of lines excluded is an 8-digit value that is left-padded with zeros.

Return codes

0
Normal completion
12
Invalid command format
20
Severe error

Examples

To determine the number of lines that contain the word BOX:
ISREDIT EXCLUDE ALL BOX
ISREDIT (,BOXLINES) = EXCLUDE_COUNTS

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014