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?
ISPF Short cuts
- Pedro
- Posts: 686
- Joined: Thu Jul 31, 2008 9:59 pm
- Skillset: ISPF
- Referer: google
- Location: Silicon Valley
Re: ISPF Short cuts
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.
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
-
- 5
- 5443
-
by willy jensen
View the latest post
Mon Jul 17, 2023 12:41 pm
-
- 4
- 2154
-
by willy jensen
View the latest post
Fri Jul 12, 2024 12:34 pm
-
- 0
- 1208
-
by rossburnett
View the latest post
Tue May 23, 2023 3:19 am
-
- 11
- 3586
-
by Pedro
View the latest post
Tue Dec 27, 2022 11:24 am
-
-
Problem in ISPF editor with automatic line break
by aprilgas » Tue Sep 24, 2024 3:24 pm » in TSO & ISPF - 8
- 3296
-
by aprilgas
View the latest post
Fri Sep 27, 2024 3:55 pm
-