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

How to get list of tansactions using a file


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Ayyappan

New User


Joined: 05 Jul 2005
Posts: 31
Location: India

PostPosted: Wed Nov 02, 2005 3:07 pm
Reply with quote

Hi,

I need to know the impacted Online programs if i change the record length of an online file. Is there a way to find all the online programs using a file if I know the filename and Dataset name? Is ther any CICS command available?

Thanks,
Ayyappan
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Wed Nov 02, 2005 6:53 pm
Reply with quote

I would have made a search in my JOB Library first to find out, which jobs steps are using the dataset.

Then with mapping to the corresponding programs we can find out.

Dont know, Is there a way from CICS Command.

Regards,

Priyesh.
Back to top
View user's profile Send private message
happyend

New User


Joined: 18 Aug 2005
Posts: 10
Location: Bangalore,India

PostPosted: Fri Nov 04, 2005 11:46 am
Reply with quote

Hi,

Search in the program source library for the file. Not in the Job library. JCL library is for batch programs.

Regards,
Deepa
Back to top
View user's profile Send private message
anandkulkarni1

New User


Joined: 19 Sep 2005
Posts: 5

PostPosted: Fri Nov 04, 2005 3:31 pm
Reply with quote

hi,

pls note as far as i know there is one command in cics to know the status of files(opn/cls),transactions, and all table entries.. as follows..

cemt inquire file(filename) or

cemt inq trans(transname) ..

pls correct me if i am wrong.



anand.
Back to top
View user's profile Send private message
paulstephen

New User


Joined: 20 Oct 2005
Posts: 20
Location: Chennai

PostPosted: Fri Nov 04, 2005 4:08 pm
Reply with quote

This will only give the status of the file and its DSN name.
It will not give the list of programs using it.
The only way is put a search for file name in program library as replied above.
Back to top
View user's profile Send private message
Ayyappan

New User


Joined: 05 Jul 2005
Posts: 31
Location: India

PostPosted: Sun Nov 06, 2005 12:46 pm
Reply with quote

Hi all,

Thanks for your replies. I searched in the program library and found the impacted programs. I wanted to know is there any CICS command available.

Thanks.
Ayyappan
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts Access to non cataloged VSAM file JCL & VSAM 18
No new posts Need help for File Aid JCL to extract... Compuware & Other Tools 23
Search our Forums:

Back to Top