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

check nth row from a PS file


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

New User


Joined: 15 May 2007
Posts: 6
Location: VA

PostPosted: Fri Feb 19, 2016 5:31 pm
Reply with quote

Hi Experts, I need help with the below scenario. Could you please let me know how this can be done through ICETOOL. Record length of the file is 200 and record format is VB.
Appreciate your help. Thank you.

I have below records in a file. I need to check 5th record(1:8) is </BEGIN> then if its satisfies the condition omit that row . If the 5h record is not </BEGIN> that then i need to ignore that.

INPUT
Code:
<?XML VERSION="1.0">                                             
<!DOCTYPE REPORT SYSTEM "HTTPS://XXX.XXXX.XX/XXX/XXX/XX"         
<Report xmlns="https://XXX.XXXX.XXX/XXX/XXX/XX"                   
<BEGINS>                                                         
</BEGIN>                                                         
<BEGIN ID="1234" DATE="2014-01-01"                               
</END>                                                             
</BEGIN>                                                         
<BEGIN ID="1235" DATE="2014-01-01"                               
</END>                                                           
</BEGIN>                                                           
<BEGIN ID="1235" DATE="2014-01-01"                               
</END>                                                           
<BEGINS></REP>                                                           ~


Output -

Code:
<?XML VERSION="1.0">                                             
<!DOCTYPE REPORT SYSTEM "HTTPS://XXX.XXXX.XX/XXX/XXX/XX"         
<Report xmlns="https://XXX.XXXX.XXX/XXX/XXX/XX"                   
<BEGINS>                                                         
<BEGIN ID="1234" DATE="2014-01-01"                               
</END>                                                             
</BEGIN>                                                         
<BEGIN ID="1235" DATE="2014-01-01"                               
</END>                                                           
</BEGIN>                                                           
<BEGIN ID="1235" DATE="2014-01-01"                               
</END>                                                           
<BEGINS></REP>                                                           ~


Coded
Back to top
View user's profile Send private message
kranthikumarb

Active User


Joined: 02 Jan 2009
Posts: 115
Location: Hyderabad

PostPosted: Fri Feb 19, 2016 6:22 pm
Reply with quote

Punch in sequence number using inrec overlay.
then omit condition if seq number = 5 and record starts with </begin>
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Fri Feb 19, 2016 6:55 pm
Reply with quote

What have you got against using code tags to present your code/dta in a professional manner? Unless it is code you lose alignment and 'excess' spaces are removed by the web browser.
Coded for you this time (again).
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 split large record length file... DFSORT/ICETOOL 7
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts Access to non cataloged VSAM file JCL & VSAM 18
No new posts Need help for File Aid JCL to extract... Compuware & Other Tools 23
Search our Forums:

Back to Top