Generated from C.70.00 /SYS/PUB/CICAT last modified on Mon Feb 16 17:55:04 2004
Syntax: WORDCNT(string[,delims][,start])
Defn: A CI evaluator function that returns the number or words
(tokens) defined by "delims" in "string", starting at
"start". The default delimiters are the same as for WORD
and DELIMPOS. The default start is one.
Type: Integer
Example: wordcnt('file a=bb,old;rec=40,,f,ascii')
Result: 9