Hi,
I have a requirement to write a JCL to set PFK Keys on Mainframe Consoles on a system.
For Eg: K N,PFK=(2,CMD='K E,1'),CON=N
When the JCL runs the job should send this command to the Console xxxMCSxx.
I am aware that this can be done in CONSOLXX and PFKTABXX or SET PFK=xx by having PFK key tables. But there is a requirement to achieve it using JCL.
Any suggestion will be of great help. ThanQ
// COMMAND 'K A,NONE,L=L700'
//A EXEC PGM=IEFBR14