![]() |
|
#1
|
|||
|
|||
|
I am looking to create a batch job to check if a CICS VSAM file is open or not. Does anybody know of a way to do this without trying to open the file and checking the return code?
|
|
#2
|
||||
|
||||
|
you mean OPEn and ENAbled?
requires setup, but IBM has a facility called The EXCI programming interfaces Allows you to issue CICS commands thru batch, e.g. CEMT. Not only can you inquire, you can CLose and DISAble, and then OPEn and ENAble after the batch run. there are a million third party tools that do this, also.
__________________
Dick Brenholtz American in Varel, Germany |
|
#3
|
||||
|
||||
|
|
|
#4
|
|||
|
|||
|
What was described looks like it will work. Thanks to both of you.
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|