> -----Original Message-----
> From: IBM Mainframe Discussion List On Behalf Of Frank Swarbrick
> 
> Yeah.  I just have not investigated how to deal with the side file.
It's on my list of things to look
> at.  :-)
> Thanks,
> Frank

If you don't "need" the contents of the side file you can allocate it to
DUMMY at compile time.  For COBOL it would be:

//SYSDEBUG DD DUMMY

   -jc-

> 
> On 6/1/2010 at 1:16 PM, in message
> <vnetibm.20100601191635.9...@bldgate.vnet.ibm.com>, Tom Ross
> <tmr...@stlvm20.vnet.ibm.com> wrote:
> >>  IS there some other "quick fix" we can do
> >> without requiring a recompile of all modules with NOTEST?
> >
> > If you do recompile, use TEST(NOHOOK,SEPARATE) and you can have
> > all of the benefits of TEST(NOSEPARATE) (formatted dumps,
> > ability to debug with Debug Tool) without the large load
> > modules.  The choice should be SEPARATE vs NOSEPARATE,
> > not TEST vs NOTEST!
> >
> > Cheers,
> > TomR              >> COBOL is the Language of the Future! <<
> >
> >
----------------------------------------------------------------------
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@bama.ua.edu with the message: GET IBM-MAIN
INFO
> > Search the archives at http://bama.ua.edu/archives/ibm-main.html
> 
> >>>
> 
> The information contained in this electronic communication and any
document attached hereto or
> transmitted herewith is confidential and intended for the exclusive
use of the individual or entity
> named above.  If the reader of this message is not the intended
recipient or the employee or agent
> responsible for delivering it to the intended recipient, you are
hereby notified that any examination,
> use, dissemination, distribution or copying of this communication or
any part thereof is strictly
> prohibited.  If you have received this communication in error, please
immediately notify the sender by
> reply e-mail and destroy this communication.  Thank you.
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
> Search the archives at http://bama.ua.edu/archives/ibm-main.html

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to