Annotation Interface ZosBatchJobname


@Retention(RUNTIME) @Target(FIELD) public @interface ZosBatchJobname
z/OS Batch Jobname
Annotation:
Description:
The @ZosBatchJobname annotation requests the z/OS Manager to provide a IZosBatchJobname field that is guaranteed to be unique which can be used for running Jobs or STCs on a zOS Image. The Test can provision many jobnames as are needed for the test
Examples:
@ZosBatchJobname(imageTag="A")
public IZosBatchJobname jobName;
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The tag of the zOS Image this variable is to be populated with
  • Element Details

    • imageTag

      String imageTag
      The tag of the zOS Image this variable is to be populated with
      Default:
      "primary"