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 

Alternate Index Definition for IAM files

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


Joined: 02 Sep 2003
Posts: 2
Topics: 1

PostPosted: Tue Sep 02, 2003 12:04 pm    Post subject: Alternate Index Definition for IAM files Reply with quote

Hi,

I have defined an IAM cluster and when I tried to define an Alternate Index I am getting "IGD17103I CATALOG ERROR".
RETURN CODE IS 22 REASON CODE IS 10 IGG0CLIM

I have used OWNER($IAM) in Cluster definition and in AIX definition as well.
what shld I do to define it properly?

Thanks & Regards,
Amaresh
Back to top
View user's profile Send private message
R.Nickel
Beginner


Joined: 02 Dec 2002
Posts: 22
Topics: 0
Location: Sydney, Australia

PostPosted: Tue Sep 02, 2003 5:04 pm    Post subject: Reply with quote

Amaresh,

What version of IAM are you using, and is AIX support installed(this is an OPTIONAL extra)
_________________
Rainer
Back to top
View user's profile Send private message
Amaresh
Beginner


Joined: 02 Sep 2003
Posts: 2
Topics: 1

PostPosted: Wed Sep 03, 2003 4:17 am    Post subject: Reply with quote

I'm using Ver 8 release 0. The AIX support is installed.

Here's the defenition details:

DELETE CICSLUKT.GWY.IAMTEST CLUSTER PURGE ERASE

IF MAXCC = 08 -
THEN SET MAXCC = 00
END

DEFINE CLUSTER -
(NAME(CICSLUKT.GWY.IAMTEST) -
OWNER ($IAM) -
RECSZ (1000 9500) -
CYL (1 1) -
SHR (2 3) -
INDEXED -
SPEED -
KEYS (18 0) -
FSPC (10 10) -
NOREPLICATE ) -
DATA -
(NAME(CICSLUKT.GWY.IAMTEST.DATA) -
CNVSZ (4096) ) -
INDEX -
(NAME(CICSLUKT.GWY.IAMTEST.INDEX) -
CNVSZ (512) )


AIX defenition:

DELETE CICSLUKT.GWY.IAMTESA2 AIX PURGE ERASE

IF MAXCC = 08 -
THEN SET MAXCC = 00
END

DEFINE AIX -
(NAME(CICSLUKT.GWY.IAMTESA2) -
OWNER($IAM) -
RELATE (CICSLUKT.GWY.IAMTEST) -
CYL (1 1) -
FSPC (5 5) -
SHR (2 3) -
KEYS (38 18) ) -
DATA -
(NAME(CICSLUKT.GWY.IAMTESA2.DATA) -
CNVSZ (512) ) -
INDEX -
(NAME(CICSLUKT.GWY.IAMTESA2.INDEX) -
CNVSZ (512) )

DEFINE PATH -
(NAME(CICSLUKT.GWY.IAMTESI2) -
PATHENTRY(CICSLUKT.GWY.IAMTESA2) )

BLDINDEX INDATASET(CICSLUKT.GWY.IAMTEST) -
OUTDATASET(CICSLUKT.GWY.IAMTESA2)

In the JCL I'm using the IDCAMS to define the Cluster first and in the next step defining the Alternate index. STEP2 fails with Catalog error.

The error msg:

IGD17103I CATALOG ERROR WHILE DEFINING VSAM DATA SET CICSLUKT.GWY.IAMTESA2
RETURN CODE IS 22 REASON CODE IS 10 IGG0CLIM
IGD306I UNEXPECTED ERROR DURING IGG0CLIM PROCESSING
RETURN CODE 22 REASON CODE 10
THE MODULE THAT DETECTED THE ERROR IS IGDVTSCU
SMS MODULE TRACE BACK - VTSCU VTSCT VTSCH VTSCG VTSCD VTSCC VTSCR SSIRT
SYMPTOM RECORD CREATED, PROBLEM ID IS IGD00198
IGD17219I UNABLE TO CONTINUE DEFINE OF DATA SET CICSLUKT.GWY.IAMTESA2

IDC3014I CATALOG ERROR
IDC3009I ** VSAM CATALOG RETURN CODE IS 22 - REASON CODE IS IGG0CLIM-10

IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 12


I hope this info might be helpful to undestand the problem.

Thanks & Regards,
Amaresh
Back to top
View user's profile Send private message
R.Nickel
Beginner


Joined: 02 Dec 2002
Posts: 22
Topics: 0
Location: Sydney, Australia

PostPosted: Wed Sep 03, 2003 5:12 pm    Post subject: Reply with quote

Amaresh,

The error appears to be SMS related, include a VOLUMES(????) in the DEFINE AIX

OWNER($IAM) is not mandatory.
Also a dumb question, is the base IAM?
_________________
Rainer
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