Setting link options for a COBOL test case for AZUSTRN runner

Before you submit a z/OS® Automated Unit Testing Framework (ZUnit) test case job, set link options by using a property group.

About this task

Certain link options are required for compiling and running a ZUnit test case. You can define these options in a property group.

Procedure

In the Property Group Manager, select the remote system that contains your ZUnit data sets and create a property group that specifies the following categories and properties.
Category > Page Property Value
Link > Procedures and Steps Link options DYNAM(DLL) NOREUS
Note: You can omit DYNAM(DLL) when a subprogram is called by dynamic call. For more information about compiler and link options for programs that use dynamic calls, see the related links.
  Link libraries CEE.SCEELKED
  Use specified link instructions Select this check box and specify:
INCLUDE AZUTSTRX
  Additional JCL
//******* ADDITIONAL JCL FOR LINK HERE ******
//LINK.SYSDEFSD DD DUMMY
//LINK.AZUTSTRX DD DISP=SHR,
// DSN=&FELPRFX..SFELSAMP(AZUTSTRX)
Link > JCL substitution User variables: Variable name FELPRFX
  User variables: Variable value: Specify the data set prefix for the *.*.SFELSAMP partitioned data set. Contact your systems administrator for the data set name.