Unexpected behavior in TSO Commands #2528
Labels
bug
Something isn't working
priority-medium
Not functioning - next quarter if capacity permits
severity-medium
Bug where workaround exists or that doesn't prevent the usage of Zowe. Just makes it more complex.
Milestone
Describe the bug
This is a 3 part issue:
logonProc
is invalidTo Reproduce
For number
#1
:LISTUSER USERID
> LISTUSER USERID IKJ56716I EXTRANEOUS INFORMATION WAS IGNORED: USERID IKJ56482I THE PROCEDURE NAME LISTUSER HAS NOT BEEN DEFINED FOR USE IKJ56429A REENTER -
logonProc
.<VALIDPROC> LISTUSER USERID
when yourlogonProc
is invalid 😋For number
#2
:zowe.config.json
For number
#3
:#2
escape
to try and get out of the TSO profile selection questionExpected behavior
For number
#1
:IKJ56482I
message to indicate that theNON-EXISTENT-LOGON-PROC
is invalid, instead of the first word of the command (e.g.LISTUSER
)For number
#2
:For number
#3
:Desktop (please complete the following information):
Additional context
This came up during the 23PI4 (day 1) Readout. The original ask was to allow users to change the
logonProc
whenever they interact with z/OS. For the purpose of TSO commands, Zowe Explorer already supports thelogonProcedure
property in the TSO profiles. However, if the desire is to change thelogonProc
used for interacting with other z/OSMF REST APIs (files, jobs, ...), it's possible that Zowe Explorer may not be able to change configuration on z/OS to make this happen.The text was updated successfully, but these errors were encountered: