How do I send a CA Thread Terminator for DB2 for z/OS Monitor Profile to technical support if requested?
search cancel

How do I send a CA Thread Terminator for DB2 for z/OS Monitor Profile to technical support if requested?

book

Article ID: 36059

calendar_today

Updated On:

Products

RC Compare for DB2 for z/OS Database Analyzer for DB2 for z/OS Fast Unload for DB2 for z/OS Fast Check for DB2 for z/OS Fast Index for DB2 for z/OS Rapid Reorg for DB2 for z/OS

Issue/Introduction

Introduction/Summary: 

This document contains sample JCL which should be used if your CA Thread Terminator for DB2 for z/OS (PTT) Monitor Profile is requested by technical support.

Environment:  

Thread Terminator for DB2 for z/OS 1.11 and above.

Instructions: 

The following sample JCL contains the correct block size & record length parameters for a Thread Terminator Monitor Profile. Enter your Monitor Profile name in the DSN parameter of the INFILE DD statement. After the job completes, Terse the OUTFILE & send it to CA.

//enter a valid jobcard here.
//*                                                             
//STEP010  EXEC PGM=IDCAMS
//********************************************************************   
//* INFILE - The name of your Monitor Profile. This name consist of:
//*
//*     1)  Your High Level qualifier
//*     2)  The constant:  PTTMPR 
//*     3)  The Name of your Monitor Profile
//*   
//*  For example, if your <High Level qualifier> is CA.DB2.TOOLS, & the 
//*  Name of your Monitor Profile is PROFILE, the name of your 
//*  Monitor Profile file is:
//*
//*   CA.DB2.TOOLS.PTTMPR.PROFILE   
//********************************************************************
//INFILE   DD DSN=hlq.PTTMPR.profilename,DISP=SHR
//*                                                             
//OUTFILE  DD DSN=Your.Output.Dataset,                          
//            DISP=(NEW,CATLG,DELETE),                          
//            UNIT=SYSDA,                                       
//            SPACE=(CYL,(1,1),RLSE),                           
//            DCB=(RECFM=VB,LRECL=32756,BLKSIZE=32760)          
//*                                                             
//SYSPRINT DD SYSOUT=*                                          
//SYSUDUMP DD SYSOUT=*                                          
//AMSDUMP  DD 
//SYSOUD   DD SYSOUT=*                                         
//*                                                            
//SYSIN    DD *                                   
 REPRO INFILE (INFILE) OUTFILE (OUTFILE) REPLACE  
//*

 

Environment

Release:
Component: PTT