Previous Topic: Blank Out $MSG Move ModelNext Topic: Null Move Model (Support of Status Posting)


Job Start Move Model

Model Name: APJMJBST

Purpose: To construct a JOB statement and other leading JCL for a job.

Processing Overview: This model is invoked by other move models when they need leading JCL constructed for a JOB.

User keywords can be set by the invoking model to control the JOB statement as follows:

JOBNAME

The job name. If not specified, a job name of APJJMOVE is used.

JOBID

The programmer name portion of the job statement. If not specified, the literal 'GENERATED MOVE JOB' is used.

JOBCLASS

The class the job is to run in. If not specified, P is used.

JOBMSGCLASS

The MSGCLASS for the jobs SYSOUT. If not specified, P is used.

You can modify this model to change the defaults for these parameters to conform to your site's standards. You should also make any other modifications to conform to your site's standards.

Any load and JCL libraries needed for turnover that are not available without a JOBLIB DD or JCLLIB statement must be placed in this model. If your level of OS/390 does not support the JCLLIB statement you must modify this model to use an alternative, such as a PROCLIB DD or a JOBPARM statement.