You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The File Explorer is great for showing data sets and members
including ones that have REXX content
Describe the solution you'd like
In ISPF 3.4 I can type 'EXEC' against the member that shows the result.
In the IntelliJ plugin I can achieve the same if I open a TSO command line and type exec 'PDS(MBR)'
What I'd like is the ability to have a right mouse menu option Exec mbr against the PDS member (similar to the submit job) that is able to execute the member in-place
This would need to have a way to have the TSO connection associated with the connection that describes the z/OSMF connection, so it might mean that the "Add Connection" panel had a way to select an accompanying TSO session. However once that was done that could be the set of attributes like account, default proc, region size, .... needed to invoke the TSO EXEC via the REST API call.
Additional context
This isn't yet supported in VS Code but is a highly requested feature there, so it could be cool to have it in the IntelliJ extension.
I was on a customer call today showing IntellJ alongside VS Code and the customer explicitly asked for the ability to run EXEC directly against a REXX PDS in IntelliJ as they were aware of its absence in VS Code and it was the feature they wanted to see most of all.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The File Explorer is great for showing data sets and members
including ones that have REXX content
Describe the solution you'd like
In ISPF 3.4 I can type 'EXEC' against the member that shows the result.
In the IntelliJ plugin I can achieve the same if I open a TSO command line and type
exec 'PDS(MBR)'
What I'd like is the ability to have a right mouse menu option
Exec mbr
against the PDS member (similar to the submit job) that is able to execute the member in-placeThis would need to have a way to have the TSO connection associated with the connection that describes the z/OSMF connection, so it might mean that the "Add Connection" panel had a way to select an accompanying TSO session. However once that was done that could be the set of attributes like account, default proc, region size, .... needed to invoke the TSO EXEC via the REST API call.
Additional context
This isn't yet supported in VS Code but is a highly requested feature there, so it could be cool to have it in the IntelliJ extension.
I was on a customer call today showing IntellJ alongside VS Code and the customer explicitly asked for the ability to run EXEC directly against a REXX PDS in IntelliJ as they were aware of its absence in VS Code and it was the feature they wanted to see most of all.
The text was updated successfully, but these errors were encountered: