Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Remove Program (RMVPGM) command removes one or more programs from the current debugging session. All breakpoints and traces defined in each program are removed, and the programs are returned to their normal state. If a program is added again, breakpoints and traces must be specified again.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
PGM | Program | Single values: *DFTPGM, *ALL Other values (up to 20 repetitions): Name |
Optional, Positional 1 |
Top |
Specifies which programs are removed from the current debugging session.
Single values
Other values (up to 20 repetitions)
Top |
RMVPGM PGM(PGMX PGMY PGMZ)
This command removes the three programs PGMX, PGMY, and PGMZ from the current debugging session. All breakpoints and data traces are removed from the programs.
Top |
Top |