Previous Topic: How ILOG Files OperateNext Topic: Define ILOG Files to CA-GSS


Allocate ILOG Files

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

Follow these steps:

  1. Determine the number of ILOG files that the CA Technologies product requires.
  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
    …
    //
    

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

  3. Submit the job.

    The ILOG files are allocated.