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

Accessing KSDS and its AIX through JCL


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

New User


Joined: 04 Apr 2007
Posts: 17
Location: Chennai

PostPosted: Sat Mar 15, 2008 3:04 pm
Reply with quote

Hi,
I have created a KSDS file and loaded records into thi. I also created Alternate Index file for this and built the AIX. I also defined a path to connect AIX to base cluster.

Now in my COBOL program, I am accessing this KSDS file through Primary key as well as Alternate Index Key.

Then, How do I refer to base cluster and AIX cluster and PATH in my run JCL. I know we will be specify a ddname for the base cluster. but what about AIX cluster and PATH.

Thanks
Ganesh
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Fri Mar 21, 2008 5:32 pm
Reply with quote

Ganesh,
Quote:
but what about AIX cluster and PATH.


Only Base Cluster and Path have to be given in JCL.
Like this...
Code:
//CLUST   DD  DSN= ... cluster ...
//CLUST1  DD  DSN= ... path for AIX ...
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 Merge two VSAM KSDS files into third ... JCL & VSAM 6
No new posts Difference when accessing dataset in ... JCL & VSAM 7
No new posts Accessing ABENDCC in JCL JCL & VSAM 6
No new posts VSAM KSDS CREATION AND LOAD WITH RAND... JCL & VSAM 1
No new posts FILE STATUS - 39 ON VARIABLE LENGTH V... COBOL Programming 2
Search our Forums:

Back to Top