diff --git a/src/markdown-pages/docs/managers/zos-manager.md b/src/markdown-pages/docs/managers/zos-manager.md index bd04d158..07b604d0 100644 --- a/src/markdown-pages/docs/managers/zos-manager.md +++ b/src/markdown-pages/docs/managers/zos-manager.md @@ -278,6 +278,20 @@ The following properties are used to configure the z/OS Manager. +
+The VTAM logon command template for the z/OS Image + +| Property: | The VTAM logon command template for the zOS Image | +| --------------------------------------- | :------------------------------------- | +| Name: | zos.image.[image].vtam.logon | +| Description: | A template for the command to log on to an application running on the zOS Image. The {0} argument in the template will be replaced with the VTAM application identifier for the requested application. | +| Required: | No | +| Default value: | LOGON APPLID({0}) | +| Valid values: | A valid java.text.MessageFormat pattern with precisely one FormatElement | +| Examples: | zos.image.[image].vtam.logon=LOGON APPLID({0})
| + +
+
The run data set HLQ for the z/OS Image