

Database Administration › Database Allocation Management › Directory (CXX) Report Sample JCL
Directory (CXX) Report Sample JCL
The following shows the command to generate a Space Utilization Report for the Directory.
//jobname (see note)
// EXEC PGM=DBUTLTY,REGION=2M
//STEPLIB (see note)
//CXX DD DISP=SHR,DSN=RunTimeMVSHLQPrefix.cxx Directory (CXX) data set
//SYSIN DD * Command Input
REPORT AREA=CXX,DBID=4000,TYPE=A
Note: Use this sample JCL as a guide to prepare your JCL. Verify that you adhere to the following guidelines:
- Replace RunTimeMVSHLQPrefix.cxx with your site's mainframe data set name for the CA Datacom/MSM CXX directory.
- Lowercase letters in a statement indicate a value you must supply.
- Code all statements to your site and installation standards and specifications, including any JOB statements.
- All data set names and library names should be specified with the correct names for the installation at your site.
- In many examples, a REGION= or SIZE= parameter is displayed in an EXEC statement. The value displayed should be adequate in most instances, but you can adjust the value to your specific needs.
Copyright © 2014 CA.
All rights reserved.
 
|
|