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

Close and Deallocate file prior to Batch Cycle


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

New User


Joined: 21 Feb 2008
Posts: 18
Location: Mumbai

PostPosted: Thu Feb 03, 2011 8:52 am
Reply with quote

My system prior to batch cycle Closes the CICS files and Deallocates them using the IPCP utility. IPCP Utility is just same as CEMT commands.

1. CLOS DB xyz
2. DEALLOC DDNAME=xyz

My question is if we Close the files, so why do we need to Dealloc the files?

Is it because until we deallocate the CICS files, we will not be able to REORG the respeactive files in Batch environment.


Thanks,
Chirag
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Thu Feb 03, 2011 9:41 am
Reply with quote

When the files are closed, they are still allocated to the CICS region and can be reopened by any program accessing them. If they are allocated to CICS, they cannot be allocated with exclusive access to a batch job, hence they cannot be deleted or reorganized.
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Sat Feb 26, 2011 6:12 am
Reply with quote

consider using different vendor product >> Use [URL] BBCode for External Links
and control close / opening of files from within your batch COBOL
program.
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 FTP VB File from Mainframe retaining ... JCL & VSAM 1
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
Search our Forums:

Back to Top