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

opening/closing files in CICS regions


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

New User


Joined: 15 Apr 2008
Posts: 9
Location: bangalore

PostPosted: Wed Jun 25, 2008 1:28 pm
Reply with quote

How to open/Close the files inside the CICS Region?
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Wed Jun 25, 2008 1:56 pm
Reply with quote

Try CEMT.

(Also, please do not post the same question twice)

O.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Wed Jun 25, 2008 2:01 pm
Reply with quote

if a vsam file is ENABLED and CLOSED, the first READ will open the file.

if a vsam file is DISABLED, it must be enabled first.
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Wed Jun 25, 2008 6:08 pm
Reply with quote

File will only OPEN on first read , IF CICS Systems programmer
has defined the file with FIRSTREF=YES in RDO
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 and retrive records f... DFSORT/ICETOOL 3
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 Compare only first records of the fil... SYNCSORT 7
Search our Forums:

Back to Top