Example of TNEW command
The following example creates a new threshold observation request. It requests that the second step in job TSTJOB01 be measured for 60 seconds and 10000 samples. The measurement starts only when the CPU time for step 2 in TSTJOB01 exceeds 30 seconds and the EXCP count exceeds 20000.
TNEW JOBNAME=TSTJOB01
ACTIVE=NO
STEP=(2)
SAMPLES=10000 DURATION=60
TMSEL=(“CPU=30 EXCP=20000”)
;