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

Find out the VSAM files(Physical file name ) of CICS File


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

New User


Joined: 09 Oct 2006
Posts: 31
Location: Bangalore

PostPosted: Wed Oct 25, 2006 2:53 pm
Reply with quote

Hi


I have a list of CICS program , I need to find out the VSAM files(Physical file name ) which are used in that. Can you please suggest me how can i do this. I am new to CICS.

Thanking you
Arunlal
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Wed Oct 25, 2006 10:39 pm
Reply with quote

Hi !

Contact your CICS-SystemProgrammer. He could do a report over all
DSN'S stored in the CICS-FileControlTabels.

Or he could give you the name of the LoadMember for the FCT.

Regard's UmeySan
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Wed Oct 25, 2006 10:41 pm
Reply with quote

Hi !

Sorry, i forgot.

If you have permission to a CEMT command you could inquire the
actual Files allocatet to a CICS-System.

Have a look at CICS-manual for all Cemt commands.

Regard's UmeySan
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu Oct 26, 2006 12:24 pm
Reply with quote

CEMT is a great solution.

Another method is to write a program that uses CICS System Programming commands, like EXEC CICS INQUIRE FILE.

Such an example can be found in Xephon.

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

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Mon Oct 30, 2006 3:46 pm
Reply with quote

Hi Ofer71 !

Quiet a nice little useful programm.

If i had overflown it corectly, you need to enter the logical filename in
a displayed map to get the details. Therefor you need to know all the
logical cics filenames.

I will take a copy and add an seq. file as input to the programm.
This seq.file will be created by a so called source-scanner (Rexx) which
will scan cics-programs for filenames and puts the names into that file.
Then the cics-programm reads the seq.file sentence for sentence and does
an inquire file and prints the information details to a list.

Could be useful if one is always working in different companies to get a quick overview of the files in cics environment without having cemt permission.

Regards, UmeySan
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Mon Oct 30, 2006 3:53 pm
Reply with quote

You don't have to know the logical file name in order to INQUIRE. CICS System Programming cintains the nice feature of BROWSE for inquiry commands. You can read more about it in the fine manual.

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

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Mon Oct 30, 2006 4:25 pm
Reply with quote

@ofer71

Thank's !!!

So what the fucking hell i'm programming here.
These are the kind of contributions i like in that forum.

Have a nice day, UmeySan
Back to top
View user's profile Send private message
elangomvs

New User


Joined: 07 Apr 2006
Posts: 4

PostPosted: Mon Oct 30, 2006 4:52 pm
Reply with quote

hi,

in CICS region type

CEMT INQ FILE(logical file name)

press enter

it will show the corresponding physical file name for that logical file


ELANGO G
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 Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
Search our Forums:

Back to Top