by steve-myers » Sun Jan 13, 2013 10:02 am
When you enter
command
in an ISPF 3.4 list, unless the command is an ISPF defined function, ISPF invokes command as though it was entered at the TSO READY prompt. The command can be a TSO line mode command or a CLIST or Rexx EXEC in the SYSPROC or SYSEXEC data sets.
The command is entered as though
command 'data set name'
was entered at the READY prompt. You can enter additional command parameters to the right of the data set name in the 3.4 list, and ISPF will send them, unchanged, to the command.
Finally, you can replace the data set name in the ISPF 3,4 list with a /, and ISPF will replace the / with 'data set name'.