Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
How to know the files in a CICS region

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS
Author Message
Amit Goswami

New User


Joined: 06 Jul 2005
Posts: 11
Location: India

PostPosted: Wed May 14, 2008 5:15 pm    Post subject: How to know the files in a CICS region
Reply with quote

Is there any way to know FCT entry
Back to top
View user's profile Send private message
References
vasanthkumarhb

Active User


Joined: 06 Sep 2007
Posts: 298
Location: Bang,iflex

PostPosted: Wed May 14, 2008 5:33 pm    Post subject:
Reply with quote

Hi,

You want FCT entry or to browse the dataset in cics region

FCT entry:
Code:
CEDA DEF FILE('FILENAME') DATASET(DATA.SET.NAME)

To open the data set:
Code:
CEMT SET FILE('FILENAME') OPE


To browse the data set in CICS region you can make use of CEBR.
Back to top
View user's profile Send private message
Bill O'Boyle

Senior Member


Joined: 14 Jan 2008
Posts: 332
Location: Orlando, FL, USA

PostPosted: Wed May 14, 2008 6:27 pm    Post subject: How to know the files in a CICS region
Reply with quote

If you need to know all of the files in a particular region -

Code:

CEMT INQ FIL(*)

If you need to know all of the files in a particular region that are ENABLED -

Code:

CEMT INQ FIL(*) ENA

And so on and so on....

Regards,

Bill
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS All times are GMT + 6 Hours
Page 1 of 1