It's possible that during development a programmer introduces
superfluous INCLUDE statements in SYSLIN, or that INCLUDEs
once necessary become superfluous.  Can these be identified
easily from Binder SYSPRINT for elimination?

I assume these would be members mentioned in INCLUDEs but
containing no CSECTs or ENTRY names to which any RLD entry
refers and which no ENTRY statement in SYSLIN mentions.

Extra credit for identifying disconnected cyclic references such as:

    INCLUDE SYSLIB(A)  where A refers to B, and
    INCLUDE SYSLIB(B)  where B refers to A,

but there are no references to A or B otherwise.

-- gil

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

Reply via email to