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

Copying a 80 byte file into 96 byte file


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

New User


Joined: 04 May 2007
Posts: 21
Location: kuala lumpur

PostPosted: Wed May 16, 2012 3:47 pm
Reply with quote

Hi All,

I have a situation.

My input file contains following following records


Code:
V011 xxxxxxxxxxxxxxxxxxxxxxxxxxxxx               
V012 yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
V013 tttttttttttttttttttttttts         
V013 gggggggggggggggggggggggggggggg         
V013 nnnnnnnnnnnnnnnnnnnnnnnnn     
V019 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
I01127504010011OR00002060440                                     
I01101138010011OR00002080303                                     
I01101168020024IJ00002140701                                     
I01100227010014IJ00002148501                                     
I01101320010014TD00002197590                                     
I01104640010011OR00002300475                                     
I01104670010011OR00002314530                   

My input file is of 80 bytes. I want to copy only the V0 records in the output file which is of 96 bytes using SORT.

Mayank
Back to top
View user's profile Send private message
hailashwin

New User


Joined: 16 Oct 2008
Posts: 74
Location: Boston

PostPosted: Wed May 16, 2012 3:57 pm
Reply with quote

Try this..

Code:

//SYSIN    DD *                 
  OPTION COPY                   
  INCLUDE COND=(1,2,CH,EQ,C'V0')
  INREC OVERLAY=(96:X)         
//*                             
Back to top
View user's profile Send private message
nightbuzzz

New User


Joined: 04 May 2007
Posts: 21
Location: kuala lumpur

PostPosted: Wed May 16, 2012 4:20 pm
Reply with quote

Thanks a lot man....
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 FTP VB File from Mainframe retaining ... JCL & VSAM 1
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
Search our Forums:

Back to Top