The SESAM/SQL DBH relocates CPU-intensive activities, such as the sorting of intermediate-result sets or some utility functions, as service tasks (see the “ Core manual”).
The DBH start task logs activities that occur in connection with service tasks, such as the starting and termination of service tasks, to SYSOUT and SYSLST. Service-task-control calls are logged in the DBH stack.
As for the DBH task, SESAM/SQL creates a dump file for service tasks when necessary (see "Main-memory dump").
When SQL messages (SQLSTATEs) occur in service tasks, after certain utility statements, for example, diagnostics information is also stored in the following files:
File name | Meaning |
catid.userid.DUMP[.jobname].tsn.n | Dump file of the DBH task |
catid.userid.DUMP[.jobname].tsn.n | Dump file of the service task |
catid.userid.SESAMcn.SYSLST. | SYSLST log file of the DBH task |
catid.userid.SESLKcn.SYSOUT. | SYSOUT log file of the linked-in DBH task created |
archive-filename.SYSLST | ARCHIVE log file: for SQLSTATEs after a COPY to |
hsms_archive-filename.SYSLST | HSMS log file: for SQLSTATEs |
catid.userid.catalog.space.EXC.C | Error file for the CHECK FORMAL utility statement |
catid.userid.catalog.space.EXC.L | Error file for the LOAD utility statement |
catid.userid.catalog.space.EXC.U | Error file for the UNLOAD utility statement |
catid.userid.SESAMkn.SYSLST.SESSTxx.tsn | SYSLST log file of the service task: |
catid.userid.SESAMkn.SYSOUT.SESSTxx.tsn | SYSOUT log file of the service task: |
Table 42: Files with diagnostic information for service tasks
File names
The table 42 contains the default names of all files containing diagnostics information for service tasks. The file names contain the following components:
jobname | Job name of the service task |