Previous Topic: Copy Installation Library from Tape

Next Topic: GSVIINST Macro—Set INSTALL Parameters


Modify and Run the Job INSTALL

The job INSTALL in the installation library SAMPJCL generates the JCL stream necessary to install CA SYSVIEW.

This step contains instructions for modifying the job INSTALL to meet the needs of your site.

Before you begin this step, have the following information available:

To modify and run the job INSTALL

  1. Modify the following JOB statement in INSTALL to meet the requirements of your site:
    //INSTALL JOB (00000000),'SYSVIEW',CLASS=A
    
  2. Modify the following SYSLIB statement in INSTALL to replace the high-level qualifier sysview with the qualifier you chose when you downloaded the installation library:
    //SYSLIB DD DISP=SHR,DSN=sysview.SAMPJCL
    
  3. Modify the GSVIINST macro parameters in INSTALL.

    The INSTALL job stream contains the parameters for the macro GSVIINST. The values assigned to these parameters determine how CA SYSVIEW is installed. You can change these values in the generated job stream before the step where they are used.

  4. Submit the job INSTALL.

    The job is submitted to the internal reader, and the job stream is generated.

The job name you specified on the JOBNAME parameter is the output from the assembly. If you did not specify a job name, the job output is INST0000.

Important! Because TSO enqueues on the sysview.SAMPJCL while members are edited, the job will not execute until you release this data set by ending the edit session.

More information:

GSVIINST Macro—Set INSTALL Parameters