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

How can i find recently changed lines in program


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

New User


Joined: 11 Sep 2005
Posts: 9
Location: bangalor

PostPosted: Thu Oct 27, 2005 9:48 am
Reply with quote

Hi

how can i find recently changed lines? is there any TSO command
please let me know,

regards
yadagiri
Back to top
View user's profile Send private message
Prasanthhere

Active User


Joined: 03 Aug 2005
Posts: 306

PostPosted: Fri Oct 28, 2005 11:44 am
Reply with quote

Give compare Session in the command line
Back to top
View user's profile Send private message
spanda

New User


Joined: 31 Aug 2005
Posts: 48
Location: U.K.

PostPosted: Fri Oct 28, 2005 2:04 pm
Reply with quote

In a PDS, that has 'STATS ON', if you need to see all of the changes made to a member at level 'xx' prior to making your own changes, use the find command:

Command --> x all;f all 'xx' 79

The modification level of a PDS member is what appears under the VV.MM in a member list. If 01.32 appears for a member under the VV.MM column, then 32 is the current modification level. You may not normally see the level column in a member list, if so, press PF11 (for scrolling right) and see additional member details. Alternatively, you may make a note of the VV.MM that appears at the top of the panel in EDIT/VIEW/BROWSE mode by the side of the member name.

When STATS are maintained for datasets with standard numbering ("NUM ON STD" in edit profile), the level number of all changes made at a given modification level is stamped in the two rightmost columns (so, if your PDS is 80-bytes longs, that'd be columns 79-80).

Hope this helps,
Panda.
Back to top
View user's profile Send private message
mdineshkumar

New User


Joined: 20 Sep 2005
Posts: 4

PostPosted: Fri Nov 18, 2005 5:17 pm
Reply with quote

I had made changes at different part of a program. Then I used COMPARE SESSION to know the changes I made in the program. I got the first line change I did. Now I want to navigate to next line of change. How to do that? Is there any PF key as we do for FIND command ?
Back to top
View user's profile Send private message
nankrish

New User


Joined: 11 Nov 2005
Posts: 26

PostPosted: Fri Dec 09, 2005 7:37 pm
Reply with quote

try comp * x
Back to top
View user's profile Send private message
pandu

New User


Joined: 08 Dec 2005
Posts: 6
Location: pune

PostPosted: Wed Dec 14, 2005 4:37 pm
Reply with quote

hi

i hope you can try with option 3.13.

cheers
Pandu.
Back to top
View user's profile Send private message
iknow

Active User


Joined: 22 Aug 2005
Posts: 411
Location: Colarado, US

PostPosted: Wed Dec 14, 2005 4:46 pm
Reply with quote

Hi yadagiri_p,

As a follow up to the above post I am just adding one more way you can find the changes.

In the command prompt type,

Code:
comp 'myid.mypds' x


Hope this helps.
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 Using API Gateway from CICS program CICS 0
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
Search our Forums:

Back to Top