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

Easiest way to find the Impact changes


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
babun

New User


Joined: 03 Aug 2005
Posts: 9
Location: bangalore

PostPosted: Mon Aug 08, 2005 4:51 pm
Reply with quote

I did some changes in the copybook , Now I don?t know which are all the programs calling this copy book. I want to extract the affected program then I will do the compilation and all.. Now how do i find which program calling the copy book . Pls. any of one revert me..

Note : I know the simplest way to find the copy book name in the SUPER-C method to
find.. but any other choice to find the affected programs.
_________________
Back to top
View user's profile Send private message
shivashunmugam Muthu

Active User


Joined: 22 Jul 2005
Posts: 114
Location: Chennai

PostPosted: Mon Aug 08, 2005 5:22 pm
Reply with quote

Hi Bubu

I think I answerd for the same query...

use 3.14 search with copbook as string & Srcelib as srce PDS
Back to top
View user's profile Send private message
anuradha

Active User


Joined: 06 Jan 2004
Posts: 247
Location: Hyderabad

PostPosted: Mon Aug 08, 2005 7:42 pm
Reply with quote

Hi Babun!

Quote:
I know the simplest way to find the copy book name in the SUPER-C method to
find.. but any other choice to find the affected programs.


3.14 search is the only way. But if you dont want to go for foreground search,, u can even go for background search. For this you need to change the option as 2 for execution mode in the search panel.
Back to top
View user's profile Send private message
vinu

New User


Joined: 03 Jul 2005
Posts: 9

PostPosted: Mon Aug 08, 2005 8:12 pm
Reply with quote

hi,

if i am right you need some tool for this. someone told me even REXX can help. i think only an expert can throw more light on this.

Moderators, pls answer this one.

vinu
Back to top
View user's profile Send private message
babun

New User


Joined: 03 Aug 2005
Posts: 9
Location: bangalore

PostPosted: Tue Aug 09, 2005 3:19 pm
Reply with quote

Hi
Thank you both shivashunmugam & anuradha for your replies..
if any one have different solutions ,,are appreciated

Cheers
Babu
Back to top
View user's profile Send private message
sghosh_sl

New User


Joined: 28 Jul 2005
Posts: 7
Location: india

PostPosted: Tue Aug 09, 2005 4:34 pm
Reply with quote

Hi,

I have faced the below problem. Below is the description. If You have a solution pls reply asap.

Prob:
I have a PS containing the data as
Rec1: abc,-125.69,cde
rec2: pqr,123.45,mnb etc...

I used unstring function to get the data for different fields.
So,For the 1st rec, my fld2 value is -125.69.
I want to perform numeric operations on that. Is it possible??
If so how??
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts Find the size of a PS file before rea... COBOL Programming 13
No new posts Find the occurrence of Key Field (Par... DFSORT/ICETOOL 6
No new posts Find a record count/numeric is multip... COBOL Programming 1
No new posts Need to find a specific STRING COBOL Programming 11
Search our Forums:

Back to Top