Application Performance Analyzer for z/OS, Version 11.1, User's Guide

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)
;



Rate this page

[ Top of Page | Previous Page | Next Page | Contents | Index ]