IBM SC34-4499-03 Personal Computer User Manual


 
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 specification, you must also specify
other attributes to allocate the data set through dynamic allocations:
v SPACE
v UNIT
v DCB, 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 TeamConnection MVS build server supports only a subset of the available JCL
syntax.
The following are not supported:
v A JOBSTEP statement
v DISP=(..,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:
v PGM=
program_name
, where
program_name
is an executable load module
v PROC=
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