Hi All,
I'm new to REXX and CLIST environment however I can use JCL, VSAM and other mainframe utilities to some extent. I have a typical problem where multiple users work on the same set of VSAM files. However it's strictly forbidden to open files in I/O mode other than if not utterly required during batch window. I'm finding certain users are doing this repetitively even after multiple warnings. And due to their lack of concentration, batch jobs are failing with unavailability of resources regularly.
I want to know is there a REXX code available which can be run through a JCL at the beginning of the batch and force log-off all the users who are currently holding a important file. I have the list of all users in the system as well as the list of all the important files.
Please help. Thanks in advance for the assistance.
Gmainak