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

Accessing VSAM through AIX in CICS


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kingofmf

New User


Joined: 02 Mar 2005
Posts: 13
Location: Bangalore

PostPosted: Wed Mar 02, 2005 11:48 pm
Reply with quote

to access a vsam through AIX we have to give the pathname,But how to define this pathname in FCT? What should be the "key length" and "record size" in Fct for that path?
Back to top
View user's profile Send private message
srimsc_ibmmainframes

New User


Joined: 17 Feb 2004
Posts: 19
Location: pune

PostPosted: Thu Mar 03, 2005 2:54 pm
Reply with quote

Inorder to work with AIX in CICS the AIX entry must be made in FCT
In FCT do this
DATASET=DDNAME OF PATH
DSNAME=PATH NAME(EX: LEM0U01.KSDS.AIX1.PATH1)
BASE=DDNAME OF BASE CLUSTER

CHECK OUT THIS ONCE
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Access to non cataloged VSAM file JCL & VSAM 18
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Merge two VSAM KSDS files into third ... JCL & VSAM 6
Search our Forums:

Back to Top