|
|
| Author |
Message |
scorp_rahul22 Currently Banned New User
Joined: 06 Aug 2007 Posts: 42 Location: chennai
|
|
|
|
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 |
|
 |
References
|
Posted: Mon Apr 28, 2008 4:39 pm Post subject: Re: Want to parse string from input file |
 |
|
|
 |
dbzTHEdinosauer
Senior Member
Joined: 20 Oct 2006 Posts: 1050 Location: germany
|
|
|
|
| yes |
|
| Back to top |
|
 |
Phrzby Phil
Senior Member
Joined: 31 Oct 2006 Posts: 495 Location: Richmond, Virginia
|
|
|
|
| I concur. |
|
| Back to top |
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2292 Location: italy
|
|
| Back to top |
|
 |
|
|