You can make the following modifications to the IDMT10 query:
Unless your sharedprefix.MICS.PARMS(IDMACRT) member assigns SUAPGM to IDMACT2, you must modify the DERIVATION task for SUAPGM found in the query step that inputs the IDMSUA file.
See the SUAPGM derivation notes in the Query Defaults section for more information.
Add filter statements to the IDMSUA File Selection step to select specific SYSID values or IDMS Regions (IDMSID)
Adjust the TOPnn value to something other than the default of 10--update the assignment statement found in the first step of the query:
%LET TOPNN = 10 ; /* <------ change if desired */
If the DAYS timespan IDMSUA file is not active, remove the DERIVATION task for SUAPGM and run the query against the DETAIL timespan, Cycles 01 and 02
To produce charts for multiple dates:
Uncomment the SAS statement in the USER CODE.
Select the Yesterday task in the IDMSSY File Selection step.
Input multiple file cycles.
Use filter statements in the IDMSUA File Selection step to restrict data to particular time ranges (e.g., HOUR GE 8 AND HOUR LE 17) or particular time zones (e.g., ZONE EQ 1),
Use the extensive Chart View Edit capabilities to modify Y axis value ranges to better visualize data ranges found in your environment, and to change chart visualization choices such as line thickness and color schemes.