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

to write substring from i/p file to o/p file in easytrieve


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Ajay Baghel

Active User


Joined: 25 Apr 2007
Posts: 206
Location: Bangalore

PostPosted: Tue Oct 13, 2009 8:41 pm
Reply with quote

Hi,

I have a requirement like this:

I/P: 80 bytes lrecl
rec1:
<td>My name is Ajay</td>.................................

rec2:
zzzzzz<td>hi this is good</td>............................

o/p: 80 bytes lrecl
rec1
My name is Ajay

rec2
hi this is good

I want to copy the text between <td> and </td> tags on an input record to the output file record. The position of <td> and </td> varies from record to record in input file.

Please suggest how we can accomplish this in easytrieve.

Thank you,
Ajay
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Oct 13, 2009 8:52 pm
Reply with quote

Hello,

Using arrays of 1-byte entries and "parsing" the data in a loop.

Once <td> is found, the bytes until </td> is found are the data to write in the output. If it is possible to have multiple sets of data in one record, this would also need to be handled.
Back to top
View user's profile Send private message
Ajay Baghel

Active User


Joined: 25 Apr 2007
Posts: 206
Location: Bangalore

PostPosted: Tue Oct 13, 2009 9:09 pm
Reply with quote

Thanks Dick,

I will try it!!

Thank you.

Ajay
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Oct 13, 2009 9:43 pm
Reply with quote

You're welcome - good luck icon_smile.gif

If there are questions/problems, someone should be here. . .

d
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 -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 2
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