MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Vsam file copy into sequential dataset

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Data Management
View previous topic :: View next topic  
Author Message
Anand_R
Intermediate


Joined: 24 Dec 2002
Posts: 189
Topics: 60

PostPosted: Wed May 07, 2003 12:07 pm    Post subject: Vsam file copy into sequential dataset Reply with quote

Hi,

Can u tell me the utility that can copy the vsam dataset into flat (sequential) file. other than fileaid

Thanks
Anand
Back to top
View user's profile Send private message
Bithead
Advanced


Joined: 03 Jan 2003
Posts: 550
Topics: 23
Location: Michigan, USA

PostPosted: Wed May 07, 2003 12:17 pm    Post subject: Reply with quote

IDCAMS REPRO.
Back to top
View user's profile Send private message
Anand_R
Intermediate


Joined: 24 Dec 2002
Posts: 189
Topics: 60

PostPosted: Wed May 07, 2003 12:19 pm    Post subject: Reply with quote

Thanks Kolusu..
Back to top
View user's profile Send private message
Mervyn
Moderator


Joined: 02 Dec 2002
Posts: 415
Topics: 6
Location: Hove, England

PostPosted: Wed May 07, 2003 3:49 pm    Post subject: Reply with quote

Bithead, when did you change your name?? Surprised
_________________
The day you stop learning the dinosaur becomes extinct
Back to top
View user's profile Send private message
Bithead
Advanced


Joined: 03 Jan 2003
Posts: 550
Topics: 23
Location: Michigan, USA

PostPosted: Wed May 07, 2003 3:52 pm    Post subject: Reply with quote

I Never did. I have always been a bit head, even in the cradle. Its just that Kolusu looks so much like me........
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12368
Topics: 75
Location: San Jose

PostPosted: Wed May 07, 2003 4:36 pm    Post subject: Reply with quote

Anand,

Please edit your post to reflect the correct name of the poster who answered your query. It was BITHEAD who answered your query and not me.

Thanks

Kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Frank Yaeger
Sort Forum Moderator
Sort Forum Moderator


Joined: 02 Dec 2002
Posts: 1618
Topics: 31
Location: San Jose

PostPosted: Wed May 07, 2003 5:22 pm    Post subject: Reply with quote

Anand,

DFSORT can copy a VSAM data set to a sequential file too.
_________________
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
Back to top
View user's profile Send private message Send e-mail Visit poster's website
CaptBill
Beginner


Joined: 02 Dec 2002
Posts: 100
Topics: 2
Location: Pasadena, California, USA

PostPosted: Thu May 08, 2003 4:24 pm    Post subject: Reply with quote

CaptBill wonders if bithead got his name from being the carnival geek who bit the heads off of live chickens. Mr. Green
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Bithead
Advanced


Joined: 03 Jan 2003
Posts: 550
Topics: 23
Location: Michigan, USA

PostPosted: Thu May 08, 2003 8:17 pm    Post subject: Reply with quote

Me and Ozzy have at least one thing in common...
Back to top
View user's profile Send private message
naveen
Beginner


Joined: 03 Dec 2002
Posts: 90
Topics: 31

PostPosted: Wed May 21, 2003 7:16 am    Post subject: Reply with quote

Code:
//STEP1     EXEC PGM=IDCAMS                                 
//VSAMIN    DD DSN=YOURIS.VSAM.KSDS.CLUSTER,                     
//             DISP=OLD                                     
//FLATOUT   DD DSN=YOURID.CLUSTER.FLATFILE.TESTOUT,         
//             DISP=(NEW,CATLG,CATLG),                       
//             DCB=(RECFM=FB,LRECL=80,BLKSIZE=8000),         
//             SPACE=(TRK,(10,10),RLSE),                     
//             UNIT=SCRPK                                   
//SYSPRINT  DD SYSOUT=*                                     
//SYSIN     DD *                                             
  REPRO INFILE(VSAMIN)   -                                   
        OUTFILE(FLATOUT)  FROMKEY(2000) TOKEY(5000) REPLACE 
/*                                                           
//*

Try this ( and make changes accordingly) .
Back to top
View user's profile Send private message Send e-mail
Anand_R
Intermediate


Joined: 24 Dec 2002
Posts: 189
Topics: 60

PostPosted: Tue Jun 03, 2003 1:44 pm    Post subject: Reply with quote

Sorry Bithead, I had a very quick glance that's why I didn't see the poster name properly.. Anyhow thanks for ur help.

Anand
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Data Management All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
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


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group