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

Batch import

The batch import program CAZIMPRT is used to load a sample file into an Application Performance Analyzer R02 Observation Session List. This can be a native sample file or one that has been previously exported. The import program creates a new observation in the target system, assigning a new request number. The date and time of the imported request is set to the current date and time and the expiry date is recalculated based on the rules of the importing system.

Sample template JCL is supplied in hlq.SCAZSAMP in member

CAZIMPRT.

//CAZIMPRT JOB  (job parameters)
//*
//S1	EXEC	PGM=CAZIMPRT,REGION=4M,PARM='STCID=stcid'
//STEPLIB	DD	DISP=SHR,DSN=hlq.SCAZAUTH
//SYSPRINT	DD	SYSOUT=*
//SAMPIN DD DSN=inputdsn,DISP=SHR
  1. Add the JOB parameters to meet your system requirements.
  2. On the EXEC statement, replace stcid with the Application Performance Analyzer instance id of the system you want to import into. This parameter can be omitted if only one instance of Application Performance Analyzer is running on your image.
  3. On the STEPLIB DD statement, replace hlq.SCAZAUTH with the name of your installation's authorized library containing Application Performance Analyzer's load modules.
  4. On the SAMPIN DD statement, replace inputdsn with the name of the native sample file or TSO XMIT file containing the sample to be imported.



Rate this page

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