MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

VSAM FIlEs in CICS

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware
View previous topic :: View next topic  
Author Message
kappurajesh
Beginner


Joined: 29 Mar 2004
Posts: 19
Topics: 13
Location: India

PostPosted: Tue Jun 29, 2004 9:47 pm    Post subject: VSAM FIlEs in CICS Reply with quote

what are methods exists to use Vsam files in CICS region.

Without registering files in FCT, can we use in Cics regiion
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
Mike Chantrey
Intermediate


Joined: 10 Sep 2003
Posts: 234
Topics: 1
Location: Wansford

PostPosted: Wed Jun 30, 2004 6:37 am    Post subject: Reply with quote

Quote:

what are methods exists to use Vsam files in CICS region.

The main commands for accessing/updating VSAM files in a CICS program are:
EXEC CICS READ, WRITE, REWRITE, DELETE, UNLOCK, STARTBR, ENDBR
which are all described in the "CICS application programming reference" manual available via the manuals link on this board's front page

Quote:

Without registering files in FCT, can we use in Cics regiion


All VSAM files in CICS need to be accessed via an FCT entry. This entry can be created as follows:
MACRO FCT definition (old CICS releases only)
CEDA FILE definition
or dynamically via
EXEC CICS CREATE FILE command

However, an FCT entry created by any of these methods can also be dynamcially switched to point to any VSAM file using EXEC CICS SET FILE so one 'dummy' FCT entry can be used to access many files if necessary.
You may be restricted by security settings as to which files you can access from the CICS service.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group