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

IEBCOPY: Select and copy members with a certain mask?


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

New User


Joined: 15 Oct 2007
Posts: 27
Location: Canada

PostPosted: Mon Mar 19, 2012 8:20 pm
Reply with quote

I would like to copy all the members from a source dataset that begin with FSTP and FSTH and FSTM.

In my ideal delusional world the follow would work:

Code:
 //SYSIN     DD *                         
   COPY OUTDD=DMPANEL,INDD=SRCLIB         
     S M=(FSTP*,FSTH*)                     
   COPY OUTDD=DMMSG,INDD=SRCLIB           
     S M=(FSTM*)                           
 /*                         
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Mon Mar 19, 2012 9:50 pm
Reply with quote

If I remember my IEBCOPY parameters right, the member names have to be specific.
Back to top
View user's profile Send private message
Pete Wilson

Active Member


Joined: 31 Dec 2009
Posts: 580
Location: London

PostPosted: Mon Mar 19, 2012 10:07 pm
Reply with quote

As your Storage team if you have any utilities like PDSMAN or FDREPORT which can select based on member name masks and generate your SELECT cards as input to IEBCOPY
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 VB to VB copy - Full length reached SYNCSORT 8
No new posts Dynamically pass table name to a sele... DB2 2
No new posts Need COBOL COPY Help in MVS Environment COBOL Programming 4
No new posts Duplicate several members of/in one l... JCL & VSAM 7
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
Search our Forums:

Back to Top