The property group associated with Project B for assembling
and linking the Global Auto Mart tutorial is slightly different than
those used for assembling Project A. This lesson will start with the
property group you previously created and walk you through making
the changes for the property group needed for Project B.
To create property groups for z/OS® Project B:
- Make sure you are in the z/OS Projects or Enterprise
Development perspective
and are connected to the host system.
- Open the Property Group Manager and expand the host
system. You should see all the property groups associated with the
host. Right click on the first property group you created, GAM0MC1
Assemble, and select Copy.
- In the dialog box that appears, change the name of the
property group to Assemble and Link. You will
use this property group to assemble and link the z/OS subprojects for Project B. Click OK.
- Open the Assembler tab at the bottom
of the Property Group Editor, and select Procedures
and Steps from the left panel of options.
- Expand the ELAXAFASM procedure,
and highlight the ASM step that appears.
- Scroll down to the bottom of the page. In the Assembler
Options text field, replace the existing options with SYSPARM(MAP).
- Check to make sure that the Listing Output Data
Set and the Object Deck Data Set are
set to the correct data set on the host system.
- Check to make sure that the Macro Libraries correspond
to those that are on your host system. Contact your systems administrator
if you have questions about where these libraries are located.
- Remove the text that you entered in the Additional
JCL text box.
- Open the Link tab at the bottom
of the Property Group Editor page, and select Procedures
and Steps from the left panel of options.
- Select the ELAXFLNK procedure and
select the LINK step when it appears.
- Scroll down to the bottom of the page. In the Load
Module Location, enter the load library that CICS® uses. Contact your systems administrator
if you are unsure of where this library is on your system.
- Save the property group.