PSF for z/OS: Customization
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


JCL for the point counting tool

PSF for z/OS: Customization
S550-0427-04

JCL for the point counting tool

APSGPPCT is the program that runs the point counting tool. The JCL for running APSGPPCT requires these statements:

INDD
Specifies the name of the data set referred to by the PRTINFO DD statement in the PSF startup procedure, such as:
//PRTINFO DD DSNAME=PSFMVS.PRTINFO,DISP=SHR
OUTDD
Specifies the name of the output data set where the PSF Tier Level Report is placed.

Figure 113 shows the sample JCL, APSGPPCJ, that you can use to run the point counting tool. APSGPPCJ is found in SYS1.SAMPLIB.

Figure 113. Sample JCL for the point counting tool
 //APSGPPCJ                                                              
 //*                                                                     
 //STEP01   EXEC PGM=APSGPPCT                                            
 //*                                                                     
 //SYSPRINT DD SYSOUT=A                           
 //*                                              
 //PRTRPTIN DD DSN=PSFMVS.PRTINFO,DISP=SHR        
 //*                                              
 //PPCTRPT  DD DSN=PSFMVS.PPCT.REPORT,            
 //            DISP=(,CATLG,DELETE),              
 //            UNIT=SYSDA,VOL=SER=VVVVVV,         
 //            SPACE=(TRK,(1,1),RLSE),            
 //            DCB=(LRECL=512,RECFM=FB,BLKSIZE=0) 
 //*                                              
 //SYSIN    DD *                                  
        INDD=PRTRPTIN,OUTDD=PPCTRPT               
 /*                                                                                                                        

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014