Previous Topic: Unload the Installation LibraryNext 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:

Follow these steps:

  1. Modify the following JOB statement in INSTALL to 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 of 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 that are 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 that 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! Your TSO enqueues on the sysview.SAMPJCL while members are edited. Therefore, end the edit session to release this data set so the job executes.

More information:

GSVIINST Macro—Set INSTALL Parameters