Example of NEW command

The following example create a new observation request. It requests that job CAZTEST01 be measured for 60 seconds and 10000 samples, with the IMS™ and DB2® features turned on.

NEW JOBNAME=CAZTEST01
ACTIVE=NO
SAMPLES=10000 DURATION=60
FEATURES=(IMS,DB2)
;