Delete all the includes and let the Binder diagnostics tell you which ones are needed.
> -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of Paul Gilmartin > Sent: Monday, March 02, 2015 1:18 PM > To: [email protected] > Subject: SYSLIN cleanup? > > 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. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
