Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ISPF Find all

138 views
Skip to first unread message

mi...@dtssoftware.com

unread,
Oct 31, 2012, 2:34:48 PM10/31/12
to
Is there a way to capture the find count from the ISPF FIND ALL command? I would like to find all occurances of a value and get the count while in a REXX exec.

stefan...@gmail.com

unread,
Nov 14, 2012, 2:48:26 AM11/14/12
to
/* rexx */
"isredit macro"
"isredit find 'abc' all"
"isredit (count,lines) = find_counts"
say "'abc' found" count "times on" lines "lines."
exit

0 new messages