I am getting " MEMBER LIST LIMIT EXCEEDED" message and no members has been copied to the output dataset. Could you please let me know how to do overide the LIMIT parameter in IEBCOPY ?
PDF0179I MEMBER LIST LIMIT EXCEEDED - MEMBER MESSAGES WILL BE SUPPRESSED
PDF0131M SYSUT1: MEMBERS: 5,964 COPIED 0 NOT COPIED 5,964 TOTAL
PDF0132D DIR BLKS: 1,491 USED 509 FREE 2,000 TOTAL
PDF0138S SYSUT2: TRACKS: 1,596 USED 204 FREE 1,800 TOTAL
PDF0146S EXTENTS: 6 USED 0 FREE 6 TOTAL
PDF0143S FORMATTED: 1,595.59 TRACKS 93,798,894 BYTES
PDF0144S WRITTEN: 6,311 BLOCKS 72,229,600 BYTES
PDF0189I END OF COPY STEP 1 - RC(0)
PDF0120P JOB PERFORMANCE: 7.37 ELAPSED, .06 TCB CPU, 245 EXCPS
PDF0199I END OF PDSFAST EXECUTION - RC(0)
1. You're not using IEBCOPY. You're using PDSFAST.
2. If SYSUT2 is supposed to be a new PDS, where in your space allocation are you specifying the number of directory blocks?
I don't know how PDSFAST program has been called from IEBCOPY.
I changed my space patameter to
Code:
SPACE=(CYL,(20,20,2000),RLSE)
Still I am getting same message
Code:
PDF0179I MEMBER LIST LIMIT EXCEEDED - MEMBER MESSAGES WILL BE SUPPRESSED
PDF0131M SYSUT1: MEMBERS: 5,964 COPIED 0 NOT COPIED 5,964 TOTAL
PDF0132D DIR BLKS: 1,491 USED 509 FREE 2,000 TOTAL
PDF0133M SYSUT2: MEMBERS: 5,964 ADDED 0 REPLACED 5,964 TOTAL
PDF0132D DIR BLKS: 1,491 USED 509 FREE 2,000 TOTAL
PDF0138S TRACKS: 1,686 USED 114 FREE 1,800 TOTAL
PDF0146S EXTENTS: 6 USED 0 FREE 6 TOTAL
PDF0143S FORMATTED: 1,641.17 TRACKS 96,477,822 BYTES
PDF0144S WRITTEN: 12,258 BLOCKS 71,620,160 BYTES
PDF0189I END OF COPY STEP 1 - RC(0)
PDF0120P JOB PERFORMANCE: 2.33 ELAPSED, .05 TCB CPU, 240 EXCPS
PDF0199I END OF PDSFAST EXECUTION - RC(0)
Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
Posted: Mon Aug 10, 2009 8:59 am Post subject:
It does appear that the msg is only informational and the PDSFAST ended RC=0. If someone only had the PDSFast documentation to look up the message ID! _________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity.
Joined: 31 May 2004 Posts: 391 Topics: 4 Location: Richfield, MN, USA
Posted: Mon Aug 10, 2009 9:40 am Post subject:
Quote:
I don't know how PDSFAST program has been called from IEBCOPY.
Chandra,
IEBCOPY may have invoked PDSFAST similar to the way that sometimes IEBGENER invokes SORT depending on the parameters sent to it via SYSIN. _________________ ....Terry
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
Posted: Mon Aug 10, 2009 10:40 am Post subject:
Quote:
sometimes IEBGENER invokes SORT depending on the parameters sent to it via SYSIN.
You have it backwards. IEBGENER does NOT invoke sort. DFSORT's ICEGENER (a replacement for IEBGENER) invokes IEBGENER when it cannot use DFSORT. _________________ Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum