Suppose:
ALLOCATE DD(DDSHR) DSN(FOO.BAR) SHR
    There is now an ENQ SHR SYSDSN FOO.BAR

Then:
ALLOCATE DD(DDEXC) DSN(FOO.BAR) OLD
    The ENQ is upgraded to EXC

... some stuff ...  Then:
FREE DD(DDEXC)
    is the ENQ downgraded back to SHR?  Why or why not?

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to