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

VSAM FIlEs in CICS


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

New User


Joined: 03 Apr 2004
Posts: 4
Location: India

PostPosted: Wed Jun 30, 2004 8:12 am
Reply with quote

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
View user's profile Send private message
priya

Moderator


Joined: 24 Jul 2003
Posts: 568
Location: Bangalore

PostPosted: Sat Jul 03, 2004 1:11 am
Reply with quote

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
View user's profile Send private message
meetsrk

New User


Joined: 13 Jun 2004
Posts: 85

PostPosted: Tue Jul 06, 2004 9:05 pm
Reply with quote

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
View user's profile Send private message
ashwinjeerigi

New User


Joined: 20 Jun 2004
Posts: 12
Location: BANGALORE

PostPosted: Fri Jul 16, 2004 4:44 pm
Reply with quote

It can be done through CEMT SET FILE(filename) also..
Never tried with CEDF.

Ashwin
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(F1 & F2) and writ... JCL & VSAM 8
No new posts Using API Gateway from CICS program CICS 0
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts Access to non cataloged VSAM file JCL & VSAM 18
No new posts Compare only first records of the fil... SYNCSORT 7
Search our Forums:

Back to Top