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

How to remove 3.13 miscellaneous statements?


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
niks_jude
Warnings : 1

Active User


Joined: 01 Dec 2006
Posts: 144
Location: Mumbai

PostPosted: Tue Jan 09, 2007 6:29 am
Reply with quote

How to remove all these kind of miscellaneous listings in a 3.13 compare listing?
Example ----- While comparing 2 files

1 ISRSUPC - MVS/PDF FILE/LINE/WORD/BYTE/SFOR COMPARE UTILITY- ISPF
NEW: CKT.****.*****.SRC(******) OLD: CKT.@

LISTING OUTPUT SECTION (LINE COMPARE)

ID SOURCE LINES
----+----1----+----2----+----3----+----4----+----5----+----6----+--
Back to top
View user's profile Send private message
Phrzby Phil

Senior Member


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

PostPosted: Wed Jan 10, 2007 9:26 pm
Reply with quote

After running 3.13, edit the file:

1. exclude (from view) lines you don't want with as many of these as needed:
X '<text>' ALL
2. use the FLIP command to review what you've excluded
3. FLIP again to return to what you want
4. delete the excluded lines with:
DEL X ALL

The X command can also take line markers and column numbers like Find and Change.

Go to F1-help to learn about this and other commands.
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Dynamically build unload and load sta... DB2 14
No new posts Dynamically build sort control statem... SYNCSORT 18
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Remove leading zeroes SYNCSORT 4
Search our Forums:


Back to Top