Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
how to move a VB vsam file to a FB qsam file?

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DFSORT/ICETOOL
Author Message
killms

New User


Joined: 17 Sep 2003
Posts: 16

PostPosted: Wed Sep 07, 2005 2:51 pm    Post subject: how to move a VB vsam file to a FB qsam file?
Reply with quote

which utility can i use?
is there any example jcl?
Back to top
View user's profile Send private message
References
Kevin

Active User


Joined: 25 Aug 2005
Posts: 254

PostPosted: Mon Sep 12, 2005 6:12 pm    Post subject: Re: how to move a VB vsam file to a FB qsam file?
Reply with quote

A standard DFSORT job should work:

Code:

//STEPXXXX EXEC PGM=SORT                                   
//SORTIN   DD   DISP=SHR,DSN=MY.VB.VSAM                   
//SORTOUT  DD   DSN=MY.FB.QSAM,DISP=(,CATLG,DELETE),
//         UNIT=SYSDA,SPACE=(CYL,(10,10),RLSE)             
//SYSOUT   DD   SYSOUT=*                                   
//SYSIN    DD   *                                           
  OPTION COPY                                               
  RECORD TYPE=V                                             
  OUTFIL VTOF,OUTREC=(1:5,required-length-of-records)                             
/*                                                         
//*             
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DFSORT/ICETOOL All times are GMT + 6 Hours
Page 1 of 1