Chapter 13. Working with MVS build scripts and builders
Abuilder is an object that can transform one set of TeamConnection parts into another
by invoking tools such as compilers and linkers. For example, one builder might
transform a COBOL source file into an object file.Another might transform a set of
object files into an executable file. Builders use build scripts to invoke the tools that
actually transform TeamConnectionparts.
For MVS, a build script is a text file that contains JCL-like statements with additional
TeamConnectionsyntax and substitutable variables. TeamConnection parses these
statements and does the necessary allocations and program calls for a build.
Note: The builder type cannot be binary.
Usually a build administrator creates build scripts and builders, but anyone with the
proper authority can do so. For more information about the required authority,see
AppendixI. Authority and notification for TeamConnection actions.
This chapter tells how to create MVS build scripts and builders. It assumes that you
have read “Chapter10. Basic build concepts” on page 129. The following table directs
you to the tasks to be done. In some cases, if the instructions are the same for OS/2
and MVS, the table refers you to topics in “Chapter12. Working with build scripts and
builders”on page147.
For more information about this task, Go to this
page.
Creating a builder for MVS builds 159
Writing an MVS build script 163
Testinga build script 154
Updating a builder 155
Putting a builder to work 155
Removing a builder from a part 156

Creating a builder for MVS builds

As with most other TeamConnectionoperations, there are two ways you can create a
builder: using the graphical user interface (GUI) or the command line interface.
Tocreate a builder using the GUI:
1. From the Actions pull-down menu on the Tasks window, select Builders ���Create.
2. On the Create Builders window, type the requested information.
© Copyright IBM Corp. 1992, 1995, 1996, 1997, 1998 159