Where to find the JCL for events like 0ARCHIVE, 0JOBARCH and 0SYSARCH?
Release : 11.0
Component : JOBTRAC
0JOBARCH, 0ARCHIVE, 0SYSARCH are internal CA Jobtrac events. They don't have any JCL as they run internally.
0JOBARCH - it archives events from the logical checkpoint. In practical terms, complete jobs are removed from the Jobtrac panels. You can only see those jobs using the History function.
0SYSARCH - performs the archive of the Sysout Capture. Joblogs that can be seen using the "O" function are moved to an archive dataset and deleted from the "live" Sysout Capture
0ARCHIVE - it combines the 2 functions above, that is, running a 0ARCHIVE is the same as running a 0JOBARCH and 0SYSARCH. Usually Jobtrac users only run 0ARCHIVE tasks as it performs both tasks.