Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to update CICS FCT Entry

301 views
Skip to first unread message

Karthick

unread,
Nov 3, 2008, 9:22:38 PM11/3/08
to
Hi All,

Its long time since I worked in CICS,

Now I need to update the dataset name in the CICS FCT entry.

Please let me know the how to update it via sample batch job or CEDA
transaction.

Thank you.
Karthick

Michael Wojcik

unread,
Nov 5, 2008, 8:37:29 PM11/5/08
to
Karthick wrote:
>
> Now I need to update the dataset name in the CICS FCT entry.
>
> Please let me know the how to update it via sample batch job or CEDA
> transaction.

I don't normally use CEDA (I have other provisioning software
available), but I think it's something like:

CEDA ALTER FILE(filename) GROUP(groupname) DSNAME(xxx.yyy.zzz)

Then, if you want to install that change in the running region:

CEDA I GROUP(groupname)

But I'd recommend reading the documentation, which (like all the zOS
docs) is available online in various forms from IBM. For example:

http://publib.boulder.ibm.com/infocenter/cicsts/v2r3/topic/com.ibm.cics.ts23.doc/dfha4/toc.htm

--
Michael Wojcik
Micro Focus
Rhetoric & Writing, Michigan State University

0 new messages