ILE C/C++ Programmer's Guide
Attention: While debugging and testing your programs, ensure
that your library list is changed to direct the programs to a test library
containing test objects so that any existing production data is not
affected.
To prevent production libraries from being modified unintentionally,
do one of the following:
- Use Start Debug (STRDBG) with the UPDPROD parameter set to
*NO (the default).
- Use Change Debug (CHGDBG) with the UPDPROD parameter set to
*NO (the default).
- Specify SET UPDPROD NO in the Display Module Source
display.
- Note:
- If you start a debug session with the UPDPROD parameter set to (*YES), the
debug session will be able to access objects in production libraries.
[ Top of Page | Previous Page | Next Page | Table of Contents ]
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.