|
|
| Author |
Message |
Girishm
New User
Joined: 09 Mar 2005 Posts: 35 Location: Mysore
|
|
|
|
Do we get the count of records copied, when we use IEBGENER utility? If not by default, can we SET to get the no of records copied?
Thanks in advance.
____________
GM |
|
| Back to top |
|
 |
References
|
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3380 Location: Charlotte,NC USA
|
|
|
|
| Girishm wrote: |
| Do we get the count of records copied, when we use IEBGENER utility? |
I think you can test this out and see for yourself.
| Girishm wrote: |
| If not by default, can we SET to get the no of records copied? |
No. |
|
| Back to top |
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3380 Location: Charlotte,NC USA
|
|
|
|
| If you want to count the number of records in a dataset, search the "VSAM and DFSORT" forum for "COUNT" and you will find many examples using DFSORT. |
|
| Back to top |
|
 |
ideas
Active User
Joined: 25 May 2005 Posts: 54 Location: India
|
|
|
|
| use COUNT with ICETOOL. |
|
| Back to top |
|
 |
Frank Yaeger
DFSORT Moderator
Joined: 15 Feb 2005 Posts: 4677 Location: San Jose, CA
|
|
|
|
| Quote: |
| Do we get the count of records copied, when we use IEBGENER utility? |
IEBGENER does not display the count of records copied. However, if you have DFSORT, you can use PGM=ICEGENER instead of PGM=IEBGENER. This will use DFSORT copy and you will get the DFSORT count messages in //SYSPRINT, e.g.
ICE054I 0 RECORDS - IN: 19, OUT: 19 |
|
| Back to top |
|
 |
Girishm
New User
Joined: 09 Mar 2005 Posts: 35 Location: Mysore
|
|
|
|
Yes, i used PGM=ICEGENER instead of PGM=IEBGENER and my purpose is solved.
Thank you all for your suggestion,
________
GM |
|
| Back to top |
|
 |
|
|