Skip to content

Commit

Permalink
Merge pull request #854 from ideeley/custom_logon
Browse files Browse the repository at this point in the history
Documentation for Support customizable VTAM logon strings (#2109)
  • Loading branch information
jt-nti authored Jan 23, 2025
2 parents 57cdfe7 + 79c34a1 commit 2a556f1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/markdown-pages/docs/managers/zos-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,20 @@ The following properties are used to configure the z/OS Manager.

</details>

<details>
<summary>The VTAM logon command template for the z/OS Image</summary>

| 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: | <code>zos.image.[image].vtam.logon=LOGON APPLID({0})</code><br> |

</details>

<details>
<summary>The run data set HLQ for the z/OS Image</summary>

Expand Down

0 comments on commit 2a556f1

Please sign in to comment.