Page 1 of 1

More questions to ibm redbook sg247126

PostPosted: Fri Nov 02, 2007 3:29 pm
by Bjoern
Hi,
I have a question to the redbook sg247126 (see below), page 89 (page 105 in pdf reader), point 3.

How can I put the files CICSDSW.EXMPLAPP.EXMPCAT and CICSDSW.EXMPLAPP.EXMPCONF (both VSAM) in a new GROUP in CICS named SOADEV? My problem is, that the GROUP DFH$EXBS not exist. Therefore, I can't get the transactions EGUI and ECFG.

Thanks,
Björn

Links:
http://www.redbooks.ibm.com/redbooks/SG247126/wwhelp/wwhimpl/java/html/wwhelp.htm

Re: More questions to ibm redbook sg247126

PostPosted: Fri Nov 02, 2007 9:34 pm
by CICS Guy
Searching the SAMP or SOURCE or other CICS libs should turn up the source for them...I think.....

Re: More questions to ibm redbook sg247126

PostPosted: Tue Nov 13, 2007 10:25 pm
by Bjoern
Hi Cics Guy,
now it works. The problem was that I logged in a wrong cics. Now, I can see the group DFH$EXBS.

But now I have a new problem. I had installed the group soadev. Later I have seen errors in the files inside the group. I have corrected the errors and now I would like to install the group soadev again. But I get the following messages:

INSTALL GROUP(SOADEV)
MESSAGES - USE ENTER TO RETURN
 S Install failed because an existing definition for file EXPCAT could not be deleted.
 S Install failed because an existing definition for file EXPCNF could not be deleted.
 W GROUP SOADEV has been partially installed.


How can I install the group again?

Regards,
Björn

Re: More questions to ibm redbook sg247126

PostPosted: Tue Nov 13, 2007 11:11 pm
by CICS Guy
IIRC, close and disable the file definitions, that should allow them to be deleted......

Re: More questions to ibm redbook sg247126

PostPosted: Wed Nov 14, 2007 1:12 am
by dick scherrer
Hello,

If all else fails (or the system security blocks your effort) an overnight re-cycle should do it ;)

Re: More questions to ibm redbook sg247126

PostPosted: Wed Nov 14, 2007 1:20 am
by Bjoern
Hi Cics Guy and Dick,
thanks for your answers.

@Dick: It's the only one that doesn't work.
@CicsGuy: I'm sorry. I don't understand what you mean. How can I close and disable the file definitions?

Bye
Björn

Re: More questions to ibm redbook sg247126

PostPosted: Wed Nov 14, 2007 1:42 am
by CICS Guy
CEMT S FILE(name) CLO DIS

Re: More questions to ibm redbook sg247126

PostPosted: Wed Nov 14, 2007 2:25 am
by Bjoern
Hi Cics Guy,
thanks. It works fine. I could install the group.

Bye
Björn