PCA Command
Cancels the current source file directory search list established
with a previous SET SOURCE command.
Format
CANCEL SOURCE
1 – Description
The CANCEL SOURCE command cancels the source file directory
search list established with a previous SET SOURCE command. After
the directory search list is canceled, PCA is unable to find any
source file which has been moved or copied since being compiled.
If you have established a directory search list for a specific
module with the SET SOURCE/MODULE=modname command, you must use
the same /MODULE qualifier on the CANCEL SOURCE command to cancel
that search list.
If you have established a directory search list for the EDIT
command using the SET SOURCE/EDIT command, you must use the
same /EDIT qualifier on the CANCEL SOURCE command to cancel that
search list.
2 – Qualifiers
2.1 /EDIT
Specifies that the EDIT command directory search list established
with a previous SET SOURCE/EDIT command be canceled. This command
should only be used if the EDIT command has its own specific
directory search list.
2.2 /MODULE
/MODULE=module-name
Specifies that the directory search list for a specific module
established with a previous SET SOURCE/MODULE command be
canceled. This qualifier should be used only if the module-name
module has its own specific directory search list.
3 – Examples
PCAA> CANCEL SOURCE
PCAA> SHOW SOURCE
No source directory search list
The above CANCEL SOURCE command cancels any directory search
list previously established for all modules with a SET SOURCE
command.