On Tue, 16 Dec 2025 16:39:28 GMT, [email protected]  wrote:
>    ...
> "ALLOC F("outdd") DA('"WORKDSN"') SHR REUSE" 
>     .... 
> "LMINIT DATAID("outdd") DATASET("WORKDSN") ENQ(SHR)" 
> 
I don't know that it makes a difference, but it has been my habit  to
LMINIT using DD(outdd) rather than DATASET("WORKDSN"),
avoiding a redundant allocation and ENQ.  Then it might be
saver to say OLD rather than  SHR.

Although the name spaces are disjoint, for clarity I use different
names for the DATAID and the DDNAME.

For clarity in communication, I spell out keywords rather than
using minimum abbreviations.

-- 
gil

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

Reply via email to