Previous Topic: U7JCLDS MacroNext Topic: U7PNAMES Macro


U7JOBCRD Macro

The U7JOBCRD macro specifies the JOB statement operand information that appears on all the generated Stage I installation jobs. The U7JOBCRD macro is a required macro and can be specified only once. The information that is specified on this macro is used to generate the job cards for all the Stage I installation jobs.

This macro has the following format:

[name]    U7JOBCRD   CARD1='card 1 operands',
                    [CARD2='card 2 operands',]
                    [CHECK={YES|NO},]
                    [REG={YES|NO},]
                    [JOBNAME=xxxx,]
                    [JPARM1='jobparm or JCL comment card 1',]
                    [JPARM2='jobparm or JCL comment card 2',]
                    [JPARM3='jobparm or JCL comment card 3',]
                    [JPARM4='jobparm or JCL comment card 4']
name

(Optional) Indicates a one- to eight-character, user-defined label.

U7JOBCRD

Must be specified as shown.

CARD1='card 1 operands'

Specifies the operands to place on the first JOB statement. Enclose the operands in single quotes. JOB statement operands generally consist of accounting information, programmer name, class, msglevel, and so forth. If the operands are to continue on CARD2=, the CARD1= operands must end with a comma. This parameter has a maximum of 56 characters.

Note: If any individual operands need quotes surrounding them, use two single quotes. For example:

CARD1='(ACCTG),''JOE PGMR'',CLASS=A'

CARD2='card 2 operands'

(Optional) Specifies the operands to place on the second JOB statement. The operands must be enclosed in single quotes. If CARD2= is not specified, only one JOB statement is used. This parameter has a maximum of 44 characters.

CHECK={YES|NO}

(Optional) Specifies whether to perform checking for CARD1 and CARD2 information. The checking consists of the following items:

The default is YES.

REG={YES|NO}

(Optional) Specifies whether to place REGION parameters on the generated job cards. The default is NO.

JOBNAME=xxxx

(Optional) Specifies the first four characters of the generated CA WA CA 7 Edition Stage I installation job names. The default for this parameter is CA07. An example of a generated job name is CA07N100. If specified, the value that is entered must be four characters, and must be valid for a job name.

JPARMx='jobparm card'

(Optional) Up to four JCL statements can be defined, which are placed after each JOB statement. These statements can specify JOBPARM, PROCLIB, JCL comment statements, or similar statements. Enclose each JPARMx parameter in single quotes and begin with /*, //, or //*. Parameters can be up to 72 characters.