±Selecting Part View View build message from the Actions pull-down menu on the Tasks window

Note: More than one ddname can specify TCOUT; the results are concatenated in the order of appearance.

When you add the TCEXT attribute for a ddname speci®cation, you must also specify other attributes to allocate the data set through dynamic allocations:

vSPACE

vUNIT

vDCB, which includes the LRECL, BLKSIZE, and RECFM attributes

The UNIT attribute defaults to VIO unless the -Uparameter is speci®ed when the MVS build server is started.

For translation messages, you can allocate a data set to the ddname TC$LIST and specify the attributes yourself. Otherwise, the build server allocates this data set with the following attributes by default:

//TC$LIST DD DCB=(RECFM=VB,LRECL=255,BLKSIZE=32640), // SPACE=(CYL,(2,1)),DISP=(NEW,DELETE),UNIT=VIO

Supported JCL syntax

The TeamConnection MVS build server supports only a subset of the available JCL syntax.

The following are not supported:

vA JOBSTEP statement

vDISP=(..,PASS)...

JCL procedures can be used on an EXEC statement. However, you must verify that any procedure called by the build script uses syntax that TeamConnection supports.

The following list indicates the positional and keyword parameters that are supported. You can verify the syntax in the JCL Reference.

EXEC statement

//label EXEC positional_parameter,keyword_parameter

The following parameters are supported.

Positional parameters:

vPGM=program_name, where program_name is an executable load module

vPROC=procedure_name, where procedure_name is an existing JCL procedure

vprocedure_name, where procedure_name is an existing JCL procedure

Keyword parameters:

166User's Guide

Page 186
Image 186
IBM SC34-4499-03 manual Supported JCL syntax, Exec statement, Positional parameters, Keyword parameters