Previous Topic: D10: Library Same-System and Cross-System UpdatesNext Topic: Producing Offline Reports for Managed Private Libraries


Executing PMOMON as a Batch Job

You can produce the PMOMON displays in hardcopy form by using a batch job. To help you create your batch job, the JCL shown in the following example is included in the member PMO.CNTL(PMOMON). You must edit this member before submitting your job:

1è //PMOMON job statement

//* //* PMO.CNTL(PMOMON) //* //PMOMON EXEC PGM=PMOMON 2è  //STEPLIB DD DSN=authorized.library,DISP=SHR 3è //PMOSYSIN DD * 4è H? 5è  D0 D1 D2 D3 D4 D5 CR PK D6 D7 D8 D9      D10 6è  Z   /*

Instructions

Follow the instructions shown in the following steps before submitting your job. You can use the PMOMON member of PMO.CNTL as the basis for the job:

Supply an appropriate job statement for your installation.

In the //STEPLIB DD statement, supply the name of the authorized library that contains the CA PMO load modules.

Enter a list of commands following the //PMOSYSIN DD statement, as described in the next few steps.

Enter the H? command. This command causes hardcopy versions of the displays to be printed. Replace the ? in H? with the desired SYSOUT class.

CA PMO

Following the H? command, on separate lines, enter the commands that you would use to view the PMOMON displays online. These displays will be printed in hardcopy form. PMOMON commands are listed in the appendix "Command Summary."

After the last monitor display command, enter a Z on a separate line to end PMOMON.