CICS Journaling & Recovery



Support for CICS/ESA, CICS/TS & Transaction Gateway, CICS Configuration Manager and CICS Performance Analyzer

CICS Journaling & Recovery

Postby ballj35 » Fri Feb 04, 2011 7:29 pm

Can anyone assist me the settings for when I go into CEDA to define a VSAM file to CICS, that would allow the
contents of the file to be recovered when a job abends. I attempted to modify the AUTO JOURNALING and
RECOVERY Parms for the VSAM file. Then I close the file, INSTALL the GROUP and when I go back to
open the file, I keep getting an error for the OPEN FAILED. So I have to go back and turn everything
off for AUTO JOURNALING and RECOVERY to be able to open the file.
Have looked it up and it seems what I have set would work. My settings are as follows:

AUTO JOURNALING:
Journal: 1
JNLRead: All
JNLSYNC: Yes
JNLUpdate: Yes
JNLAdd: After
JNLSYNCWrite: Yes

RECOVERY PARMS:
RECOVery: All
Fwdrecovlog: 2
BAckuptype: Static

I would like CICS to recovery the file and restore when the job
abends. Any assistance would be greatly appreciated.
Thanx in advance.

Jerry
ballj35
 
Posts: 33
Joined: Mon Jan 10, 2011 10:58 pm
Has thanked: 0 time
Been thanked: 0 time

Re: CICS Journaling & Recovery

Postby Robert Sample » Fri Feb 04, 2011 9:44 pm

We do not use autorecovery at my site (although we do journal data and have used the journal data for forward recovery as part of a migration effort), so I'm not sure where the issue is with the file definition.

However, since you're wanting to use journals 01 and 02 in the region, I'd talk to my site support group to ensure they are set up correctly for what you're wanting to do with them. In fact, I'd have the site support group CICS specialist check out the definition issue since they're more likely to be able to identify the problem. Many sites do not allow application programmers to use CEDA (only CEDC in many cases).
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: CICS Journaling & Recovery

Postby ballj35 » Fri Feb 04, 2011 9:55 pm

We do not have ANYONE here for that. Yes, I am a Applications Developer and they have
me doing all this system stuff, that I am unsure about. Wish there was a Systems person
to go to, but I just have the Challenges and Opportunities to figure it out.

Jerry
ballj35
 
Posts: 33
Joined: Mon Jan 10, 2011 10:58 pm
Has thanked: 0 time
Been thanked: 0 time

Re: CICS Journaling & Recovery

Postby Robert Sample » Fri Feb 04, 2011 10:02 pm

In that case, check to make sure your CICS region is set up to use both journals 01 and 02. If not, that's your first problem. CICS journals and the system logger are now intertwined and I don't have enough experience with system logger to guide you on what would be needed.

If both journals are present, I'd start by adding one parameter at a time into CEDA to isolate where the file open has problems (use CECI perhaps to look at the response code from the open?) and review the message log for messages about the file as well. There's got to be some messages somewhere about why the file is not opening -- and finding those messages should help identify why the file isn't opening.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times


Return to CICS

 


  • Related topics
    Replies
    Views
    Last post