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

exclude the 5 first lines for compare using SUPERC


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Mahsa Rouzkhatouni

New User


Joined: 27 Feb 2021
Posts: 32
Location: Germany

PostPosted: Sat Mar 06, 2021 12:41 pm
Reply with quote

Hi everyone,

I have 2 files that I want to compare with SUPERC utility (foreground or batch). Both of these files have different headers that I want to be excluded from comparison.
In Other words I want the comparison to start from record 6.

Is there any option for that?

Thanks in advance!
Mahsa Rouzkhatouni
Back to top
View user's profile Send private message
Joerg.Findeisen

Senior Member


Joined: 15 Aug 2015
Posts: 1255
Location: Bamberg, Germany

PostPosted: Sat Mar 06, 2021 1:22 pm
Reply with quote

See ISPF Users Guide Volume II. There you can find:
Code:
Do not process lines

There are two Do Not Process Lines process statements:

DPLINE
  Do not Process Lines
DPLINEC
  Do not Process Lines Continuation

and
Code:
Exclude data

There are two Exclude Data process statements:

NEXCLUDE
  Exclude applies to the new file
OEXCLUDE
  Exclude applies to the old file
Back to top
View user's profile Send private message
Mahsa Rouzkhatouni

New User


Joined: 27 Feb 2021
Posts: 32
Location: Germany

PostPosted: Sat Mar 06, 2021 1:44 pm
Reply with quote

Quote:

Do not process lines


Thanks Joerg, that will do icon_wink.gif
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts Exclude rows with > than x occurre... DFSORT/ICETOOL 6
No new posts Compare two files with a key and writ... SYNCSORT 3
Search our Forums:

Back to Top