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

Help needed for FB to VB sort


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
senthil041083
Warnings : 1

New User


Joined: 20 May 2007
Posts: 19
Location: INDIA

PostPosted: Thu Nov 15, 2007 6:31 pm
Reply with quote

Can anyone guide me how to sort a FB to VB

I just want to copy contents of FB to VB.

Code:
                       
//STEP1 EXEC PGM=SORT                                                   
//SYSPRINT DD SYSOUT=*                                                 
//SYSOUT   DD SYSOUT=*                                                 
//SORTIN  DD DSN=TCCOM.COMAT.COMPBCDB.ACCEPT.G0015V00,DISP=SHR
//        DD DSN=TCCOM.COMAT.COMPBCDB.REJECT.G0015V00,DISP=SHR
//SORTOUT DD DSN=TCCOM.COMAT.COMPBCDB.ACCEPT.MADDY2,                   
//          DISP=(,CATLG,DELETE),                                   
//          UNIT=PERMDA,SPACE=(CYL,(20,10),RLSE),                       
//          RECFM=VB,LRECL=84
//SYSIN DD *                                                           
  OPTION COPY                                                       
/*
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Thu Nov 15, 2007 6:32 pm
Reply with quote

Senthil,

Search dfsort forum. Discussed earlier.
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Thu Nov 15, 2007 6:35 pm
Reply with quote

See the "FB to VB conversion" Smart DFSORT Trick at:

www.ibm.com/servers/storage/support/software/sort/mvs/tricks/
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 -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Need to set RC4 through JCL SORT DFSORT/ICETOOL 5
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts JCL sort card - get first day and las... JCL & VSAM 9
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
No new posts how to calculate SUM value for VB fil... DFSORT/ICETOOL 1
Search our Forums:

Back to Top