There may be occasions when the Support or Sustaining Engineering staff requests that a customer execute the DDEXLIST utility in order to obtain additional diagnostics for problem debugging. The following notes could be useful for any customer who may need to execute the utility.
For customers running release 11.6 of Dispatch, the DDEXLIST job's JCL is located in the Dispatch installed CAIOPTN library. For our release 11.7 Dispatch customers, the JCL is located in the CADSJCL library.
Notes on execution:
********************************* Top of Data ************** * * This is a sample of CADDLIST sysin * * Sort criteria * SORT REPORT,JOBNAME,TOKEN * * WE SELECT ALL JOBS STARTING PRDJOB1, TESTJB1 & JOBB * SELECT JOBNAME(PRDJOB1,TESTJB1,JOBB) * * We will select only MSGCLASS * SELECT REPORT(MSGCLASS) * * Interface card is used only for online connection * * INTERFACE x (replace x with your unique CADZSPLx suffix) * ******************************** Bottom of Data ************