Lesson 5: Creating translators
Translators describe an operation that will be performed on a file during a build. A set of translators can be associated with a language definition. During a build, the set of translators associated with a language definition are executed for each file associated with that language definition.
About this task
Procedure
- Create the IGYCRCTL translator.
- Configure the IGYCRCTL DD allocations table.
- Create the IEWBLINK translator.
- Configure the IEWBLINK DD allocations table.
Lesson 5 Part 1: Creating the IGYCRCTL translator and configuring the IGYCRCTL DD allocations table
You need the IGYCRCTL translator to compile a COBOL program.
Procedure
- Create the IGYCRCTL translator.
- Configure the IGYCRCTL DD allocations table.
Creating the IGYCRCTL translator
About this task
Procedure
Configuring the IGYCRCTL DD allocations table
The IGYCRCTL DD allocations table specifies the data set allocations that the module associated with the translator expects to find during a build. Specify the following DD allocations for use by the COBOL compiler:
Procedure
Lesson 5 Part 2: Creating the IEWBLINK translator and configuring the IEWBLINK concatenations and DD allocations tables
The IEWBLINK translator will be used to link-edit the Hello
World!
module.
Procedure
- Create the IEWBLINK translator.
- Configure the IEWBLINK concatenations table.
- Configure the IEWBLINK DD allocations table.
Creating the IEWBLINK translator
Procedure
Configuring the IEWBLINK concatenations table
This table specifies concatenated data sets that this translator will use. To set up the IEWBLINK concatenations table, complete the following steps:
Procedure
- Click Add next to the concatenations table.
- In the DD name field, enter SYSLIB.
- Click Add.
- Select Data set definition and click Browse.
- Select OBJ and click OK.
- Click OK on the Add data set definition panel.
- Click Add.
- Select SCEELKED and click OK.
- Click OK on the Add data set definition panel.
- Click OK on the Add DD concatenation panel.
Configuring the IEWBLINK DD allocations table
To set up the IEWBLINK DD allocations table, complete the following steps: