ISPF Short cuts

TSO Programming, ISPF, SDF, SDSF and PDF, FTP, TCP/IP Concepts, SNA & SNA/IP etc...
basha504
Posts: 1
Joined: Wed May 03, 2023 5:31 am
Skillset: mf, SAS, Teradata
Referer: Google

ISPF Short cuts

Postby basha504 » Wed May 03, 2023 5:40 am

Hi - In the ISPF, i have seen certain people browsing code and clicking on the parmlib and it takes directly to that Parm member. Is there any shortcuts or commands to link that?

Jobcard
.....
Js100 Exec PROCNAME
JS200
...
SYSIN DD DSN=PDSFOLDERNAME(PARMNAME)

Assuming the above as a reference JCL code, when you are in this JCL, is there way to Click on lets PROCNAME or PARMNAME so that it takes to you to view the particular Proc or Parm?

User avatar
Pedro
Posts: 686
Joined: Thu Jul 31, 2008 9:59 pm
Skillset: ISPF
Referer: google
Location: Silicon Valley

Re: ISPF Short cuts

Postby Pedro » Wed May 03, 2023 11:21 am

I do not believe that ISPF provides that capability. I think that you can do that by creating an editor macro that uses the cursor position to determine the dataset name and also launch a VIEW session. Perhaps someone here can provide an example or you can ask your colleague. The command is often named 'ZOOM'.

The setup would be to add the macro to your SYSEXEC concatenation and then assign a PF key to invoke the macro. And use it by positioning the cursor and pressing the PF key.
Pedro Vera


  • Similar Topics
    Replies
    Views
    Last post