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

Format the Input Data Through SORT


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

New User


Joined: 28 Aug 2006
Posts: 54
Location: Madrid

PostPosted: Tue Apr 08, 2014 5:00 pm
Reply with quote

Hi,

Please could some one help with the below formatting through SORT Utility?

Input File Data (sequential File ) -Position of data in the field Varies
Code:
----+----1----+----2----+----3----+----4
data1         data2          data3     
Data4    Num5          Data6   


Desired Output file
Code:
----+----1----+----2----+----3----+----4
data1, data2, data3                   -> Data separated by Comma and 1 space
Data4, Num5, Data6


Thanks and Regards,
Sree

Code'd
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Tue Apr 08, 2014 5:06 pm
Reply with quote

Look at SQZ in the manual, with MID=C', '.
Back to top
View user's profile Send private message
sreekusr
Warnings : 1

New User


Joined: 28 Aug 2006
Posts: 54
Location: Madrid

PostPosted: Tue Apr 08, 2014 6:44 pm
Reply with quote

Thank you very Much.

Regards,
Sree
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 How to save SYSLOG as text data via P... All Other Mainframe Topics 2
No new posts TRIM everything from input, output co... DFSORT/ICETOOL 1
No new posts Store the data for fixed length COBOL Programming 1
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
Search our Forums:

Back to Top