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

Need information about Superc


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

Active User


Joined: 29 Dec 2005
Posts: 181
Location: Canada

PostPosted: Thu May 31, 2007 9:58 am
Reply with quote

Hi All,

Superc ( the comparision tool ) has got lot many options available.
Like recently, I had a requirement where I wanted the name of the members ( where the string was found ) in front of the string found.
I did some research on this and found that this can be done if you select option IDPFX, in SuperC.

So, Can any body share some sort of document or his knowledge regarding the options available ( that means what all can be done ) using SuperC??

Thanks,
Ap_mainframes
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Thu May 31, 2007 11:51 am
Reply with quote

You can use extended option
Code:
13 SuperCE     Compare data sets Extended


In 3.13 command prompt enter E to invoke extended option.
This screen has various options and also you can press PF 1 to get online help. This is the best information.

Code:
    Examples                    Explanation                               
 CMPCOLM 5:60  75:90         Compare using two column compare ranges       
 LSTCOLM 25:90               List columns 25:90 from input                 
 DPLINE 'PAGE '              Exclude line if "PAGE " found anywhere on line
 SELECT  MEM1,NMEM2:OMEM2    Compare MEM1 with MEM1 and NMEM2 with OMEM2   
 CMPLINE NTOP 'MACRO'        Start comparing after string found in new DSN
  LNCT    66                  Set lines per page to 66                     
                         - - - - -                                         
 Others: CHNGV    CMPBOFS CMPCOLMN CMPCOLMO CMPSECT DPLINEC NCHGT         
         NEXCLUDE NFOCUS  REVREF   NY2* and Y2PAST (Year 2000 support)     
         NTITLE   OCHGT   OTITLE   SLIST    comment-lines ("*" and ".*")   
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu May 31, 2007 3:05 pm
Reply with quote

Or simply refer to the fine manual.

O.
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 Capturing Job Execution Information All Other Mainframe Topics 3
No new posts Extract all the TWS scheduler informa... IBM Tools 1
No new posts Table Information - DB2 DB2 1
No new posts exclude the 5 first lines for compare... TSO/ISPF 2
No new posts Remove additional information in SUPE... TSO/ISPF 10
Search our Forums:

Back to Top