Previous Topic: How ILOG Files Operate

Next Topic: Define ILOG Files to CA-GSS

Allocate ILOG Files

You allocate ILOG files as VSAM LDSs by using either the SRVMAINT utility (recommended) or IDCAMS.

To allocate ILOG files Using SRVMAINT

  1. Determine the number of ILOG files required by the CA product.
  2. Create a job using the following JCL statements:
    //STEP1   EXEC PGM=SRVMAINT
    //SYSPRINT  DD SYSOUT=*
    //SYSIN     DD *
      ALLOC_ILOG  -
       NAME xxx.xxx.ilog_n  -
       VOLSER volser  -
       TRK 5 5
    …
    //
    

    Note: For information about the ALLOC_ILOG batch maintenance command, see the Reference Guide.

    A job to allocate the required number of ILOG files is created.

  3. Submit the job.

    The ILOG files are allocated.