Setting compiler and link options for a PL/I test case

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

About this task

Certain compiler and 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
  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.
PL/I > Procedures and Steps Compiler options SOURCE RENT LIMITS(EXTNAME(8))
  Copy libraries <FELHLQ>.SFELSAMP
Tip: Specify the fully qualified data set name for the <FELHLQ>.SFELSAMP partitioned data set. Contact your systems administrator for the full data set name.
  Support Error Feedback Select this check box and specify this data set qualifier for compiler errors: <HLQ>.ERRPLI.