Starting z/OS Debugger under IMS by using CEEUOPT or CEEROPT

You can specify your TEST runtime options by using CEEUOPT (which is an assembler module that uses the CEEXOPT macro to set application level defaults, and is link-edited into an application program) or CEEROPT (which is an assembler module that uses the CEEXOPT macro to set region level defaults). Every time your application program runs, z/OS® Debugger is started.

To use CEEUOPT to specify your TEST runtime options, do the following steps:

  1. Code an assembler program that includes a CEEXOPT macro invocation that specifies your application program's runtime options.
  2. Assemble the program.
  3. Link-edit the program into your application program by specifying an INCLUDE LibraryDDname(CEEUOPT-member name)
  4. Place your application program in the load library used by IMS.

To use CEEROPT to specify your TEST runtime options, do the following steps:

  1. Code an assembler program that includes a CEEXOPT macro invocation that specifies your region's runtime options.
  2. Assemble the program.
  3. Link-edit the program into a load module named CEEROPT by specifying an INCLUDE LibraryDDname(CEEROPT-member name)
  4. Place the CEEROPT load module into the load library used by IMS.