IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

IEBCOPY Select member list


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sudhansp

New User


Joined: 27 Aug 2009
Posts: 6
Location: INDIA

PostPosted: Wed Nov 10, 2010 8:31 pm
Reply with quote

In IEBCOPY to select the specific member SELECT MEMBER= will be used.
I have 1000 members in my indd and i need to select 100 member but i geting the Preceding control statement exceeded error if i select 100 member in the select

e.g., select member = (1,2,3,4.........100)
Back to top
View user's profile Send private message
sudhansp

New User


Joined: 27 Aug 2009
Posts: 6
Location: INDIA

PostPosted: Wed Nov 10, 2010 8:58 pm
Reply with quote

i tried sysin dd dsn=a.a.a
in a.a.a
i have give SELECT MEMBER=(a1,a2,a3...a100) but still it did't work
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Nov 10, 2010 9:01 pm
Reply with quote

Hello,

Post the actual jcl/control statements used and the diagnostic output generated by the problem run.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Wed Nov 10, 2010 9:04 pm
Reply with quote

From the manual:
Quote:
IEBCOPY size limits

* The maximum number of renames allowed on all SELECT or EXCLUDE cards for one copy operation is (2 * max_trk) / 16, where "max_trk" is the cylinder length of the larger device used in the copy operation. For a 3380, this limit is about 5925. For a 3390 the limit is about 7050, and for a 9345, the limit is about 5800.


Post the utility control statements and the exact error message you got.
Back to top
View user's profile Send private message
sudhansp

New User


Joined: 27 Aug 2009
Posts: 6
Location: INDIA

PostPosted: Wed Nov 10, 2010 9:15 pm
Reply with quote

Below cards
Sysin dd dsn=a.a.a

"a.a.a"
copy indd=mydd1,outdd=mydd2
select member=(asdf,asdf1,asdf2,asdf3..asdfn...asdf100)
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Nov 10, 2010 9:53 pm
Reply with quote

Your time would have been spent better if instead of asking people to solve Your problem
You had taken time to look at the proper syntax of iebcopy control statements
publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/DGT2U140/CCONTENTS?SHELF=DGT2BK81&DN=SC26-7414-05&DT=20080521090625
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Nov 10, 2010 10:20 pm
Reply with quote

Hello,

And you seem to be determined to post only what you feel like posting rather than what has been requested. . . icon_sad.gif

If you want to get this working, use proper jcl/control or post what has been requested so someone here can help.

Simply said - what you have done so far cannot work. . .

d
Back to top
View user's profile Send private message
sudhansp

New User


Joined: 27 Aug 2009
Posts: 6
Location: INDIA

PostPosted: Thu Nov 11, 2010 8:36 am
Reply with quote

problem is i can't share the code. since mainframe connectivity is in remote machine. thank you for the help
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Nov 11, 2010 10:00 am
Reply with quote

Hello,

Suggest you copy/paste from the mainframe screen into a notepad file. Then copy/paste from the notepad file into a reply here. One way or another, you can port the notepad file. . .
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Thu Nov 11, 2010 6:18 pm
Reply with quote

sudhansp wrote:
but i geting the Preceding control statement exceeded error

Can you give the exact error message: IEB number and text ?
Is your SELECT MEMBER statement in one line or is it splitted in many short lines?
In what column starts the word SELECT ?
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts How to create a list of SAR jobs with... CA Products 3
No new posts Dynamically pass table name to a sele... DB2 2
No new posts SELECT from data change table DB2 5
No new posts Select two different counts from SQL... DB2 6
No new posts Build dataset list with properties us... PL/I & Assembler 4
Search our Forums:

Back to Top