Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for Support customizable VTAM logon strings (#2109) #854

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading