Assign the PA2 key per session application without globally changing the PA2 key in TPX
book
Article ID: 32451
calendar_today
Updated On:
Products
TPX - Session ManagementVman Session Management for z/OS
Issue/Introduction
I have an application that was written to use PA1 and PA2 keys. The PA2 key is set as the jump key globally in TPX. How can I assign the PA2 key per session/application without globally changing the PA2 key which would impact all sessions?
Environment
TPX® Session Management for z/OS
Resolution
There are a couple of options.
You could code the TPXUCMD EXIT for the application that uses the PA1 and PA2 keys.
You could make this session/application a pass session and whatever the PA keys are defined to the application will work because TPX will be out of the picture and the application will control the session.
However keep in mind once the application is a pass session the TPX PF keys and PA keys will not work.