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

Comma seperated file


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kovur

New User


Joined: 15 Nov 2007
Posts: 36
Location: India

PostPosted: Mon Dec 10, 2007 5:15 pm
Reply with quote

I want to load a comma seperated file into another file without commas.
How can I remove commas?
Is there any idea to do this other than SORT?
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Mon Dec 10, 2007 5:27 pm
Reply with quote

Kovur,

Using COBOL program, ie, UNSTRING verb.

Correct me if I am wrong.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Dec 10, 2007 5:31 pm
Reply with quote

Quote:
Is there any idea to do this other than SORT?


use some other utility customizing appropriately the parameters

Write a program ( in a wider sense )

cobol, pl/i, ..., add_as_many_languages_as You-like ( for compiled .... )

REXX, ..., add_as_many_languages_as You-like ( for interpreted .... )
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 -> COBOL Programming

 


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