Using NGTDISP
Displaying the status of a single utility ID (UID)
To produce a report showing the status of a single utility ID (UID), use the UTIL keyword.
NGTDISP UTIL(BANKSTATMNTS)
NGTDISP UTIL(WILMINGTON49)
NGTDISP UTIL(CME18)
Displaying the status of utility IDs with a common naming pattern
You can check the status of a set of similarly-named utility IDs by using a naming pattern mask. You can use the wildcards % or *.
NGTDISP UTIL(SWREGION%)
NGTDISP UTIL(*A320)
NGTDISP UTIL(%STREORG%)
Displaying the status of only completed products
To produce a report showing the status of only completed products, specify the COMPLETED keyword (RC = 0).
NGTDISP COMPLETED
You can combine this keyword with the UTIL keyword to check for completed products with a common naming pattern, as in:
Displaying the status of only products in error
To produce a report showing the status of only products that did not complete with a return code of 0 or 4, specify the ERROR keyword.
NGTDISP ERROR
You can combine this keyword with the UTIL keyword to check for products in error with a common naming pattern.
Displaying the status of only restartable products
To produce a report showing the status of only restartable products, use the RESTARTABLE keyword.
NGTDISP RESTARTABLE
You can combine this keyword with the UTIL keyword to check for products in error with a common naming pattern.
Displaying the status of products currently running
You can run NGTDISP while products are active in other jobs. To produce a report showing the status of all active products, specify the ACTIVE keyword.
NGTDISP ACTIVE
You can combine this keyword with the UTIL keyword to check for active products with a common naming pattern.
You can also use the keyword RUNNING to display all running products.
You can produce a list of all running products meeting a specific naming pattern:
Displaying the status of products that have had QUICKEXIT used
Use the QE keyword to print the status of products that have had a QUICKEXIT run against them.
NGTDISP QE
You can combine this keyword with the UTIL keyword to check for products with a common naming pattern that have had a QUICKEXIT.
Displaying the status of products that have had QUICKEXIT used, but failed
You can use the QEFAILED keyword to print the status of products that have had a QUICKEXIT run against them, but which had a return code of greater than 4.
NGTDISP QEFAILED
You can combine this keyword with the UTIL keyword to check for products with a common naming pattern that have had a QUICKEXIT failure.
Displaying the status of all products that have been forced (FORCEID)
To produce a report showing the status of all products that have been forced to exit by use of the FORCEID parameter on the EXEC statement, use the FORCEID keyword.
NGTDISP FORCEID
The FORCEID keyword can be combined with the UTIL keyword to check for products with a common naming pattern that have had a forced exit.
Displaying the work dataset qualifiers in the report
The QUALIFIER/QUAL keyword can be combined with additional options for the NGTDISP command to display the work data set qualifiers in the NGTDISP report.
Displaying the status of all products a certain number of days old
You can display the status of all products a certain number of days old by using the AGE parameter.
The AGE keyword can be combined with the UTIL keyword to check for products with a common naming pattern that are of a certain age.
Displaying the status of products with multiple criteria
NGTDISP is very flexible. You can specify multiple criteria for printing products. Here are some examples combining more than two selection criteria.
Displaying all entries from the BMCUTIL table
To produce a report showing all entries from the BMCUTIL table, simply specify the BMCUTIL keyword without any other keywords after it.
NGTDISP BMCUTIL
Displaying the status of utility IDs with a common naming pattern from the BMCUTIL table
To produce a report from the BMCUTIL table, specify the BMCUTIL keyword followed by the optional UID|UTILITY|UTILITYID keywords and the naming pattern mask.
NGTDISP BMCUTIL UID(%STREORG%)
Displaying all entries from the BMCSYNC table
To produce a report showing all entries from the BMCUTIL table, simply specify the BMCSYNC keyword without any other keywords following it.
NGTDISP BMCSYNC
Displaying the status of utility IDs with a common naming pattern from the BMCSYNC table
To produce a report from the BMCSYNC table, specify the BMCSYNC keyword followed by the optional UID|UTILITY|UTILITYID keywords and the naming pattern mask.
NGTDISP BMCSYNC UID(%STREORG%)