Previous Topic

Next Topic

Book Contents

Book Index

General Parameters Section

The fields in the first section of the Job Scheduling Definition screen correspond to the Job Scheduling Definition General parameters.

  +-----------------------------------------------------------------------------+

    MEMNAME IDJOB3      MEMLIB  

    OWNER   ID          TASKTYPE JOB    PREVENT-NCT2   DFLT  N

    APPL                                GROUP

    DESC   

    OVERLIB                                                   STAT CAL

    SCHENV                         SYSTEM ID                  NJE NODE   

    SET VAR

    CTB STEP AT         NAME            TYPE

    DOCMEM  IDJOB1      DOCLIB  

    ===========================================================================

The General parameters, some of which you have seen earlier, provide basic information about the job, and are shown in the following table.

Table 4 Job Scheduling Definition Screen General Parameters

Parameters

Type of Information

MEMNAME, MEMLIB

Location of the JCL

OWNER

Owner of the job

TASKTYPE

Type of job

DESC

Job description

APPL, GROUP

Application and group to which the job belongs

DOCMEM, DOCLIB

Location of documentation about the job

  1. Specify the name of your test JCL library in the MEMLIB field
  2. Specify IDGRP2 in the GROUP field.
  3. Specify  FISCAL RESULTS ON LAST FRIDAY OF MONTH in the DESC field. The section looks as follows:

  +-----------------------------------------------------------------------------+

    MEMNAME IDJOB3      MEMLIB   CTM.TEST.JCL

    OWNER   ID          TASKTYPE JOB    PREVENT-NCT2   DFLT  N

    APPL                                GROUP IDGRP2

    DESC    FISCAL RESULTS ON LAST FRIDAY OF MONTH

    OVERLIB                                                   STAT CAL

    SCHENV                         SYSTEM ID                  NJE NODE   

    SET VAR

    CTB STEP AT         NAME            TYPE

    DOCMEM  IDJOB3      DOCLIB  

    ===========================================================================

Parent Topic

Sections of the Job Scheduling Definition