The System Status is only displayed through Jobtrac's ISPF panel. There is no command available through SDSF or a batch Jobtrac report.
Release : 11.0
Component : JOBTRAC
The System Status display is only accessible via the STATUS command in the Jobtrac ISPF interface. There is not a command to display System Status through SDSF. Jobtrac does not have a batch job to check on the status/usage. A Datacom/AD CXX report can be run to show the usage information for the 161 database for Jobtrac. This would not include the usage information for the sysout capture file as it is not a part of the Datacom database for Jobtrac. Below is a sample job to run a Datacom/AD CXX report:
//RPTPXX EXEC PGM=DBUTLTY,REGION=4096K,COND=EVEN
//STEPLIB DD DSN=DATACOM.CUSLIB,DISP=SHR
// DD DSN=DATACOM.CAAXLOAD,DISP=SHR
//CXX DD DSN=DATACOM.CXX,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYSPUNCH DD DUMMY
//DDSNAP DD SYSOUT=*
//SNAPER DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SYSIN DD *
COMM DBID=161,OPTION=STATS
REPORT AREA=CXX,DBID=161,TYPE=A
REPORT AREA=CXX,DBID=161
/*
As always, please contact Broadcom support for Jobtrac Job Management if you have further questions.