Technote (FAQ)
Question
How can one identify all the SITuations that are coded with MISSING for processes?
Answer
To accomplish this, you can create a MissingSits.sql file (with a SELECT statement as shown below:
SELECT SITNAME, PDT FROM 04SRV.TSITDESC WHERE PDT LIKE '*MISSING*';
Then run the SPUFIL (zOS) kdstsns (Windows) or a ./kdstsns (AIX) command against it:
Use the following modify commands if HUB is on zOS:
/F <tems_starttaskname>,CTDS START SPUFIL FileNameYouCreated
/F <tems_startetaskname>,FLUSH
For Windows, use the kdstsns MissingSits.sql *hub > diagnode.lst,
= or = just type kdstsns to be prompted.
For UNIX, then similarly, but issue ./kdstsns
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.