How to find out the VSAM files, Physical file?

Customer Information Control System. Middleware and MQ Series.
Post Reply
Shreya Khatri
New Member
Posts: 5
Joined: Sun Jun 15, 2014 12:48 am

How to find out the VSAM files, Physical file?

Post by Shreya Khatri »

How to find out the VSAM physical file name of CICS File. I've a so many CICS programs and for an exercise I want to collect the files and the program using them. Is there a way out to do it? I'm very new to CICS.
zprogrammer
Global Moderator
Global Moderator
Posts: 588
Joined: Wed Nov 20, 2013 11:53 am
Location: Mars

Re: How to find out the VSAM files, Physical file?

Post by zprogrammer »

Try this command in CICS

Code: Select all

CEMT INQUIRE FILE(<SYMBOLIC NAME>) DSN(<DATASET NAME>)
You could also give FILE(*) and DSN(*)

Also check this link

http://www-01.ibm.com/support/knowledge ... ha72k.html
zprogrammer
enrico-sorichetti
Global Moderator
Global Moderator
Posts: 826
Joined: Wed Sep 11, 2013 3:57 pm

Re: How to find out the VSAM files, Physical file?

Post by enrico-sorichetti »

I've a so many CICS programs and for an exercise I want to collect the files and the program using them. Is there a way out to do it? I'm very new to CICS.
it will take quite a bit of time and access to some resources that You might not have ( the access )

are You sure that Your employer will be happy with Your lurking around ???

what will be the utility of the exercise ???
( apart getting You into trouble)
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort 8-)
enrico-sorichetti
Global Moderator
Global Moderator
Posts: 826
Joined: Wed Sep 11, 2013 3:57 pm

Re: How to find out the VSAM files, Physical file?

Post by enrico-sorichetti »

Try this command in CICS
and if the TS is not authorised he will keep trying,
and the security group will be alerted ,
and, and, and
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort 8-)
zprogrammer
Global Moderator
Global Moderator
Posts: 588
Joined: Wed Nov 20, 2013 11:53 am
Location: Mars

Re: How to find out the VSAM files, Physical file?

Post by zprogrammer »

In that case it is very bad idea I agree :oops:
zprogrammer
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “CICS, Middleware and MQ Series.”