Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Want to parse string from input file

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL
Author Message
scorp_rahul22
Currently Banned

New User


Joined: 06 Aug 2007
Posts: 42
Location: chennai

PostPosted: Mon Apr 28, 2008 4:39 pm    Post subject: Want to parse string from input file
Reply with quote

I want to parse string from input file

INPUT FILE (VARIABLE LENGTH)
-----------------------------------------

select * from temp.dbc where (select dbname,col from temp1.dbc2) innerjoin (select * from temp2.dbc)

OUTPUT
---------
I need whatever comes after word "FROM"
from above input file

I want output as

temp.dbc
temp1.dbc
temp2.dbc

(Means from letter just starting after word from till next space is encountered)

I want to know is this possible in COBOL

[/b]
Back to top
View user's profile Send private message
References
PostPosted: Mon Apr 28, 2008 4:39 pm    Post subject: Re: Want to parse string from input file Reply with quote

dbzTHEdinosauer

Senior Member


Joined: 20 Oct 2006
Posts: 1373
Location: germany

PostPosted: Mon Apr 28, 2008 5:45 pm    Post subject:
Reply with quote

yes
Back to top
View user's profile Send private message
Phrzby Phil

Senior Member


Joined: 31 Oct 2006
Posts: 497
Location: Richmond, Virginia

PostPosted: Mon Apr 28, 2008 6:01 pm    Post subject:
Reply with quote

I concur.
Back to top
View user's profile Send private message
enrico-sorichetti

Global Moderator


Joined: 14 Mar 2007
Posts: 2565
Location: italy

PostPosted: Mon Apr 28, 2008 6:47 pm    Post subject: Reply to: Want to parse string from input file
Reply with quote

Quote:
I want to know is this possible in COBOL

technically correct and deserved answers icon_cool.gif

I suggest You read
http://catb.org/~esr/faqs/smart-questions.html
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL All times are GMT + 6 Hours
Page 1 of 1