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

Usage of Alternate index in JCL


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Prabha
Warnings : 2

New User


Joined: 05 Dec 2005
Posts: 79

PostPosted: Sun Jun 17, 2007 10:58 am
Reply with quote

If my cobol program si suing Alternate index, then do we need to mention Alternate index dataset in JCL. Kindly help me out this. Also, when we use Path in JCL?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sun Jun 17, 2007 8:38 pm
Reply with quote

Hello,

Your program will identify the index usage - no special mention in the JCL is needed.

Please clarify your question about PATH - what is it you want to know?
Back to top
View user's profile Send private message
Prabha
Warnings : 2

New User


Joined: 05 Dec 2005
Posts: 79

PostPosted: Thu Jun 21, 2007 10:50 pm
Reply with quote

I need to know about the usage of Path, when and where we use path ??
Pl help me..
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Jun 21, 2007 10:51 pm
Reply with quote

The PATH connects the base cluster to the AIX.

All is explained in the IDCAMS manual, available from the manuals link above.
Back to top
View user's profile Send private message
prasadvrk

Active User


Joined: 31 May 2006
Posts: 200
Location: Netherlands

PostPosted: Fri Jun 22, 2007 3:27 pm
Reply with quote

You supply the path of the alternate index and not the base cluster name in the JCL

eg.

If the base cluster's name is XXX.YYY.ZZZ and the path is XXX. YYY.PATH01 then if you are using AIX, you supply the path name but not the base cluster name in the JCL

//JOB..............
//EXEC PGM=A
//VSFILE1 DD DSN=XXX.YYY.PATH01,DISP=SHR
and not

//VSFILE1 DD DSN=XXX.YYY.ZZZ,DISP=SHR
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Cobol file using index COBOL Programming 2
No new posts STEM usage in REXX CLIST & REXX 14
No new posts z/OS Modules Usage report using SMF 42 DFSORT/ICETOOL 2
No new posts Concatenate 2 fields (usage national)... COBOL Programming 2
No new posts DL/I status code AK for GU call using... IMS DB/DC 1
Search our Forums:

Back to Top