Previous Topic: Model Invocation RulesNext Topic: Model Data Statements


Example

The following example illustrates how a compile model uses common models for job statement generation:

@*
@* Compile a COBOL program
@*
@JOBNAME  = 'COBCOMP'   @* Name of JOB
@JOBCLASS = 'A'         @* Execution class of JOB
@INCLUDE    JOBCARDS    @* Build the JOB statements
//COMP  EXEC COBUCL,...