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

Superc should list the comparision with line no


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ismail.hasan

New User


Joined: 28 Mar 2007
Posts: 21
Location: India

PostPosted: Thu Apr 05, 2007 8:25 pm
Reply with quote

Hi
Could any one can tell is it possible to alter the superc functionality in such a way that it should list the comparision with line no?
If not thru superc is there any other functionality or jcl is available?

Thanks in advance.
Noor Mohammed Ismail.
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Fri Apr 06, 2007 12:01 am
Reply with quote

Your request is unclear, could you post some examples of what you are looking for?
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Fri Apr 06, 2007 2:11 am
Reply with quote

As far as I know, the UPDATE process options of SUPERC will give you line/column numbers is the result listing (DELDD).

O.
Back to top
View user's profile Send private message
shreevamsi

Active User


Joined: 23 Feb 2006
Posts: 305
Location: Hyderabad,India

PostPosted: Fri Apr 06, 2007 4:20 am
Reply with quote

hi ismail.hasan,
Do REN STD COB to your program if it is a member in a PDS. Then compare.

U can edit the View options by Trping 'E' in the Command Line

~Vamsi
Back to top
View user's profile Send private message
ismail.hasan

New User


Joined: 28 Mar 2007
Posts: 21
Location: India

PostPosted: Fri Apr 06, 2007 11:10 am
Reply with quote

Hi William,
In TSO for comparing the two members in a same/different PDS or to compare PS with member or PS with PS we will be using TSO Option 3.13 SUPERC. The resulted output will have the comparision of two file with tag 'D-' for deleted lines and 'I-' for inserted lines.
But My requirments is the resulting output should list with line no of the files where a line have been deleted and where it have been inserted

Normal output for the comparision of two file:
I - //STEP03B EXEC PGM=IKJEFT01,REGION=0M
D - //STEP03B EXEC PGM=ICETOOL,REGION=0M
I - //SYSPROC DD DSN=SYSUSER.TSO.COMMON.CLIST,
D - //INDD DD DSN=TSUBLG8.PROD.JCLPARM(MESSAGE),

My Requirement is
Line No Tag Statement
-------- --- -------------
1001 I - //STEP03B EXEC PGM=IKJEFT01,REGION=0M
1003 D - //STEP03B EXEC PGM=ICETOOL,REGION=0M
1006 I - //SYSPROC DD DSN=SYSUSER.TSO.COMMON.CLIST,
2010 D - //INDD DD DSN=TSUBLG8.PROD.JCLPARM(MESSAGE),
Back to top
View user's profile Send private message
ismail.hasan

New User


Joined: 28 Mar 2007
Posts: 21
Location: India

PostPosted: Fri Apr 06, 2007 11:14 am
Reply with quote

Hi ofer71,
In the link which you have provided has various option of superc. But i am unware where we need use those option.

Would you please let me know that or it will be really helpful if you could provide the source code.

Thanks
Noor Mohammed Ismail
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Fri Apr 06, 2007 1:26 pm
Reply with quote

Please read the fine manual carefully. In the description of screen 3.13 there is an explanation regarding where to place SUPERC process options and where to place the SUPERC statements. As always, using HELP in your ISPF session (usually PF1) is always a good idea.

O.
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Fri Apr 06, 2007 1:28 pm
Reply with quote

BOUNDS is an ISPF Editor Primary Command, and is well documented in the fine manual.

O.
Back to top
View user's profile Send private message
ismail.hasan

New User


Joined: 28 Mar 2007
Posts: 21
Location: India

PostPosted: Mon Apr 09, 2007 6:21 pm
Reply with quote

Thanks for your valuable info. Let me try this
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts How to create a list of SAR jobs with... CA Products 3
No new posts Reading dataset in Python - New Line ... All Other Mainframe Topics 22
No new posts rewrite same SAY line CLIST & REXX 8
No new posts Build dataset list with properties us... PL/I & Assembler 4
Search our Forums:

Back to Top