In a recent note, Steve Grimes said:
> 
> Date:         Thu, 26 Jul 2007 16:30:04 -0500
> 
> Since a job that would read these counts from the SYSOUT file would be
> cumbersome to write, I would like to know if there is a means of directly
> counting the records in a dataset.  One method of counting is provided by
> SYNC SORT, using the TRAILER parameter.  Do you know of any others?
> 
Export your data sets with NFS Server (we do this routinely.)
>From any UNIX NFS client, issue:

    wc -l <wildcarded-path-name-list>

As a bonus, you can use all the other customary UNIX tools on
the exported data sets.

-- gil
-- 
StorageTek
INFORMATION made POWERFUL

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to