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 

Backout happens for a non-receoverable KSDS file

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


Joined: 06 Dec 2002
Posts: 117
Topics: 44
Location: Chennai,India

PostPosted: Thu Dec 06, 2007 9:33 am    Post subject: Backout happens for a non-receoverable KSDS file Reply with quote

Hi experts,

I have a non-receoverable KSDS file for which backout happens in a CICS region when the transaction which updates that file abornomally terminates.

I have given below FCT and catalog info that file, below.
Code:

  I FIL(IRTRAN*)                                                               
  RESULT - OVERTYPE TO MODIFY                                                   
    File(IRTRAN00)                                                             
    Accessmethod(Vsam)                                                         
    Openstatus( Open )                                                         
    Enablestatus( Enabled )                                                     
    Readstatus( Read )                                                         
    Updatestatus( Update )                                                     
    Addstatus( Addable )                                                       
    Browsestatus( Browse )                                                     
    Deletestatus( Delete )                                                     
    Exclstatus(              )                                                 
    Disposition( Share )                                                       
    Rlsaccess( Notrls )                                                         
    Emptystatus( Noemptyreq )                                                   
    Dsname( T5410V.D5309K.EMC2.FRTRAN00                  )                     
    Table( Nottable )                                                           
    Loadtype( Noload )                                                         
    Cfdtpool(          )                                                       
 +  Tablename(          )                                                       

Catalog information

CLUSTER ------- T5410V.D5309K.EMC2.FRTRAN00                                   
     IN-CAT --- CATALOG.ICF.MCEBTOPS                                           
     HISTORY                                                                   
       DATASET-OWNER-----(NULL)     CREATION--------2007.339                   
       RELEASE----------------2     EXPIRATION------0000.000                   
     SMSDATA                                                                   
       STORAGECLASS ---SCVSAMNB     MANAGEMENTCLASS-MCVSAMNB                   
       DATACLASS ---------DCSTD     LBACKUP ---0000.000.0000                   
       BWO STATUS------00000000     BWO TIMESTAMP---00000 00:00:00.0           
       BWO---------------(NULL)                                               
     RLSDATA                                                                   
       LOG ----------------(NULL)   RECOVERY REQUIRED --(NO)     FRLOG ------------(NULL)
       VSAM QUIESCED -------(NO)    RLS IN USE ---------(NO)                   
       LOGSTREAMID-----------------------------(NULL)                         
       RECOVERY TIMESTAMP LOCAL-----X'0000000000000000'                       
       RECOVERY TIMESTAMP GMT-------X'0000000000000000'                       

Any help on this will be appreciated.

Thanks,
Ravikumar.
Back to top
View user's profile Send private message
warp5
Intermediate


Joined: 02 Dec 2002
Posts: 429
Topics: 18
Location: Germany

PostPosted: Fri Dec 07, 2007 2:23 am    Post subject: Reply with quote

And what is your question? All you gave is facts. This seems to be a ESDS dataset, which is in fact not automatically recoverable. How about changing it to a KSDS?
Back to top
View user's profile Send private message Visit poster's website
ravikumar_sri2001
Beginner


Joined: 06 Dec 2002
Posts: 117
Topics: 44
Location: Chennai,India

PostPosted: Fri Dec 07, 2007 11:07 am    Post subject: Reply with quote

Please find below the information about the file. I would like to konw why backout happens for a non-receoverable KSDS file.
Code:

 File-AID ------  VSAM Information - (Page 1 of 3 ) ------ MULTI-VOLUME DATASET
 COMMAND ===>                                                                   
 Catalog:  CATALOG.ICF.MCEBTOPS                                                 
 Cluster:  'T5410V.D5309K.EMC2.FRTRAN00'                  + multi-volume       
 Data:     'T5410V.D5309K.EMC2.FRTRAN00.DATA'             Data Volume:  PVS197 +
 Index:    'T5410V.D5309K.EMC2.FRTRAN00.INDEX'            Index Volume: PVS197 +
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 Data Component Information:                       Current Allocation Options: 
  Device type:             3390                     Load option:          SPEED
  Organization:            KSDS                     Write check:             NO
  KSDS key length:           10                     Buffer space:         66048
  KSDS key location:          4                     Erase on delete:         NO
  Average record size:      100                     Imbedded index:          NO
  Maximum record size:    32752                     Replicated index:        NO
 Allocated Space:    Unit    Primary  Secondary     Reuse option:            NO
  Data:         CYLINDERS         75         25     Share option:           2-3
  Index:           TRACKS          2          1     Spanned records:         NO
 Dataset Date Information:                          Key ranges present:      NO
  Creation date:         2007/12/06                 AIX-unique keys:           
  Expiration date:                                  AIX-upgrade:               
  Modification date:     2007/12/07                                             
  Modification time:     08:56 AM  GMT                                         
                                                                             
Use ENTER to access additional pages, END to return to utility menu   
Back to top
View user's profile Send private message
CICS Guy
Intermediate


Joined: 30 Apr 2007
Posts: 292
Topics: 3

PostPosted: Mon Dec 10, 2007 10:58 am    Post subject: Reply with quote

ravikumar_sri2001 wrote:
Please find below the information about the file. I would like to konw why backout happens for a non-receoverable KSDS file.
Two things.....
What gives you the idea that recovery is being done?
What gives you the idea that this file is non-recoverable?
Back to top
View user's profile Send private message
ravikumar_sri2001
Beginner


Joined: 06 Dec 2002
Posts: 117
Topics: 44
Location: Chennai,India

PostPosted: Tue Dec 11, 2007 9:00 am    Post subject: Reply with quote

Experts,

Using CEDC transaction i found that RECOVERY parameter in FCT was set to "Backoutonly", so the file i was working with, is a recoverable resoure. That is why backout was applied.

Explanation for Backput parameter is given below.

RECOVERY(BACKOUTONLY) - If you specify RECOVERY(BACKOUTONLY), CICS provides backout recovery only, writing only before-images to the system log.

Thaks for all your replies.

Thanks,
Ravikumar.
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