On Tue, 27 Jul 2010 10:15:11 -0500, Etienne Thijsse wrote: > >Any idea how to get rid of this ENQ SHR ? > Have you verified that there's an outstanding ENQ?
Use the TSO command FREE DSN(whatever.dsn) or equivalent call to DYNALLOC or BPXWDYN. Use TSO LISTALC STATUS SYSNAMES and find the DDNAME and FREE that. You probably don't want to do any of those. It's not nice to deceive the C RTL. FREE will fail if there's a DCB open on the DDNAME. -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

