Previous Topic: Running reports— z/VSENext Topic: Replacing the COPY Parameters (z/VSE only)


Running reports— z/VM

CULPRIT for running Performance Monitor reports (z/VM)

FILEDEF SYSIN DISK sysin data a (LRECL 80 BLKSIZE 80 RECFM F
EXEC CULPFD
OSRUN CULPRIT

sysin data a

Filename, type, and mode of the file containing CA Culprit statements

CULPFD

Exec which defines all file definitions required by the system

Runtime parameters

CULPFD references the SYSIDMS parameters file. In this file you can specify physical requirements (like DMCL or dictionary), runtime parameters, and operating system-dependent file information.

Note: For more information about SYSIDMS parameters, see the CA IDMS Database Administration Guide.

Executing in local mode

To specify that CA Culprit is executing in local mode, do one of the following:

To create the SYSIN file, enter these z/VM commands:

XEDIT sysin data a (NOPROF
INPUT
 database cvmach=TS10
 PARAM=LIST
=COPY 'PMIRPT00'
=COPY 'PMNAME'
=COPY 'PMIRPT01'
=COPY 'PMIRPT02'
 .
 .
 .
=COPY 'PMIRPT99'
FILE