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

how to copy all the members in dataset


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
HARIBHARAT

New User


Joined: 05 Jul 2006
Posts: 65
Location: pune

PostPosted: Tue Feb 13, 2007 2:21 pm
Reply with quote

how to copy all the members in one dataset to another dataset.it is possble same time
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Tue Feb 13, 2007 2:26 pm
Reply with quote

Hi Haribharat,

Go to 3.3

give source dataset name & put C on command line

Code:
From Other Partitioned or Sequential Data Set:     
   Data Set Name . . . 'TBH2.JCL.SORT.DATA'         
   Volume Serial . . .            (If not cataloged)


Then give dest dat set name on the next screen
Code:
To Other Partitioned or Sequential Data Set:       
   Data Set Name . . . 'TBH2.JCL1.SORT.DATA'       
   Volume Serial . . .           (If not cataloged)


Then it will show u the list of all the member of the source dataset then give S * on command line to copy all the member
Back to top
View user's profile Send private message
HARIBHARAT

New User


Joined: 05 Jul 2006
Posts: 65
Location: pune

PostPosted: Tue Feb 13, 2007 2:29 pm
Reply with quote

sorry i got answer
Back to top
View user's profile Send private message
kplkpl4

New User


Joined: 14 Sep 2006
Posts: 4
Location: Tampa

PostPosted: Tue Mar 22, 2011 3:22 am
Reply with quote

How to we COPY from list of Flat file to list of uncatlog files the data from each to corresponding files?

They are not catloged but are a rename of the first list of files.
Back to top
View user's profile Send private message
prino

Senior Member


Joined: 07 Feb 2009
Posts: 1306
Location: Vilnius, Lithuania

PostPosted: Tue Mar 22, 2011 5:01 am
Reply with quote

kplkpl4 wrote:
How to we COPY from list of Flat file to list of uncatlog files the data from each to corresponding files?

They are not catloged but are a rename of the first list of files.


1) Don't post to a thread that has been dead for the past four years.

2) Use English and read out load what you write. If you had done so with the above, you should have realized that it is incomprehensible gibberish!
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts VB to VB copy - Full length reached SYNCSORT 8
No new posts Allocated cylinders of a dataset DB2 12
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
Search our Forums:

Back to Top