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

using ksds vsam file


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rashmi.ranjan75

New User


Joined: 20 Feb 2006
Posts: 34

PostPosted: Wed Apr 12, 2006 5:05 pm
Reply with quote

Hi,

I want to use same vsam ksds file for batch as well as cics processes. This file will actaully keep a seq no which will be updated by every process. So we need to maintain the data integrity also.

could you please help me to implement this logic.

Regards
Rashmi
Back to top
View user's profile Send private message
martin9

Active User


Joined: 01 Mar 2006
Posts: 290
Location: Basel, Switzerland

PostPosted: Wed Apr 12, 2006 5:10 pm
Reply with quote

hy rashmi.ranjan75,

as long your vsam ksds is open in cics,
you cannot access it at the same time in batch.
stop online first, or close the file in cics...
i supposed you have a fct entry defined for this file...

martin9
Back to top
View user's profile Send private message
sunish_sr

New User


Joined: 02 Jan 2006
Posts: 9
Location: Chennai

PostPosted: Wed Apr 12, 2006 5:30 pm
Reply with quote

HI,
It is possible to use a KSDS for both Batch and Online.But KSDS file cannot be accessed in Batch when the file is opened in CICS region.So make sure that the file is closed in CICS region before you update the same file using Batch process.

Thanks & Regards
Sunish S
Back to top
View user's profile Send private message
killms

New User


Joined: 17 Sep 2003
Posts: 16

PostPosted: Mon Apr 17, 2006 12:38 pm
Reply with quote

try coding your batch program as a cics program. IE. Try using call a program that is a cics program in which you can access the files.
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 -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 2
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top