CL Command Reference - ENDJRNAP
CL Command List > ENDJRNAP Reference
Description:
The End Journal Access Path (ENDJRNAP) command is used to end the journaling of the access paths of a journaled file.
All access paths currently being journaled to a specific journal may also have journaling stopped.
For other ways to end journaling see the following commands:
. Integrated file system objects - End Journal (ENDJRN)
. Physical files - End Journal Physical File (ENDJRNPF)
. Other objects - End Journal Object (ENDJRNOBJ)
Restrictions:
. The access paths for the files specified on the command cannot be in use for any reason at the time the command is running.
. Overrides are not applied to the files listed in the FILE parameter. v If FILE(*ALL) is specified, a journal name must be specified.
. If a journal name and a list of file names are specified, then all the access paths for the listed files must be currently journaled to the indicated journal.
. Journaling entries for any physical file does not end by the running of this command.
. The specified journal must be a local journal.
Examples:
ENDJRNAP FILE(MYLIB/MYFILE)
This command ends the journaling for all access paths of the file MYFILE in the library MYLIB.