Page 1 of 1

report generation

PostPosted: Mon Nov 30, 2009 5:34 pm
by Myguru
Hi

I need to count the number of records in a file.While in the report I also need to mention the Input file being read.How Can we do this?

Re: report generation

PostPosted: Mon Nov 30, 2009 5:40 pm
by MrSpock
I'd use your sort tool to create the record count report, passing it the name of the dataset through the SYMNAMES DD statement.

Re: report generation

PostPosted: Mon Nov 30, 2009 5:43 pm
by Myguru
Can u elaborate on SYMNAMES ..How can u do that??

Re: report generation

PostPosted: Tue Dec 01, 2009 4:03 am
by dick scherrer
Hello,

There are several topics in this forum (use the SEARCH feature).

If you want the best info, look in the documentation for your sort product. If you find something in the documentation that is not clear, post what you found and your doubt. Someone will be able to clarify.

Re: report generation

PostPosted: Tue Dec 01, 2009 4:23 pm
by Myguru
I am able to sort a file file DFSORT utility..and I am generating report using rexx utility.For this I need to inlude file being read also in the report.How can we do that

Re: report generation

PostPosted: Tue Dec 01, 2009 6:56 pm
by MrSpock
So this is now a REXX question? :?