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

puting selected records in file


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

New User


Joined: 28 Apr 2006
Posts: 14

PostPosted: Fri Mar 09, 2007 12:19 am
Reply with quote

I have inout file layout as

These are theee fields of file field1 field2 and field 3 respectively
aaaa 123 bbbbbbb
acde 222 nnnnnnn

Now the output file layout has to be
field3 and field2 only

like

bbbbbb aaaa
nnnnn acde
what should be used in outrec fields to get this file?
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Fri Mar 09, 2007 1:50 am
Reply with quote

Code:

   OUTREC BUILD=(11,7,X,1,4)
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 Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
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
Search our Forums:

Back to Top