View previous topic :: View next topic
|
Author |
Message |
kappurajesh Currently Banned New User
Joined: 03 Apr 2004 Posts: 4 Location: India
|
|
|
|
What are ways to use VSAM files in Cics.
How to register FCT table
Without registering in FCT can we use VSAM files in CICS |
|
Back to top |
|
|
priya
Moderator
Joined: 24 Jul 2003 Posts: 568 Location: Bangalore
|
|
|
|
VSAM Files are used to handle CICS file requirements.
You can use VSAM files without registering in FCT. Example is TSQ (TSQ is ESDS File)
To register a file in FCT use CEDA transaction |
|
Back to top |
|
|
meetsrk
New User
Joined: 13 Jun 2004 Posts: 85
|
|
|
|
hi priya,
in order to register a file in cics,
we must use cedf not ceda
i.e
Code: |
CEDF SET FILE(XXX.VSAM.ESDS)
|
|
|
Back to top |
|
|
ashwinjeerigi
New User
Joined: 20 Jun 2004 Posts: 12 Location: BANGALORE
|
|
|
|
It can be done through CEMT SET FILE(filename) also..
Never tried with CEDF.
Ashwin |
|
Back to top |
|
|
|