Selecting Part View View build message from theActions pull-down menu
on the Taskswindow
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 specification, 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 -U parameter is specified 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 TeamConnectionMVS build server supports only a subset of the available JCL
syntax.
The following are not supported:
vAJOBSTEP 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 TeamConnectionsupports.
The following list indicates the positional and keyword parameters that are supported.
Youcan 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
v
procedure_name
, where
procedure_name
is an existing JCL procedure
Keyword parameters:
166 User’s Guide