Visu Beginner
Joined: 06 May 2008 Posts: 3 Topics: 2
|
Posted: Wed May 07, 2008 9:42 am Post subject: CICS COMMAND FOR VSAM CHECK |
|
|
Hi,
I have CICS Online Program which is using VSAM file (it will write), and I have a Batch job which will run every 10 min which is also use same VSAM file.
I am expecting contension while the user will do CICS transaction at the same time when the Batch job is running.
I have a solution that I want to check the VSAM file in CICS program that if the VSAM file is openned it will delay the transaction for 1 min and restart the same transaction still if it is open the process will repeat.
Here is my problem how to check the job is in open state or close state, is there any comman like "CICS CHECK(VSAM1) ", Please help me.
I can chekc like READ and handle the NOOPEN Condition. But I like to know any other ways.
Please Suggest me.
Thanks,
Visu... |
|