MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

PFKEY setup in IBM's Debug Tool

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
misi01
Advanced


Joined: 02 Dec 2002
Posts: 629
Topics: 176
Location: Stockholm, Sweden

PostPosted: Mon Feb 01, 2021 5:09 am    Post subject: PFKEY setup in IBM's Debug Tool Reply with quote

First of all, if this is the wrong place, moderator, please move it to the correct one. Also, if it IS the correct place, feel free to remove this opening paragraph.

I'm trying to use IBM's Debug Tool under CICS, and according to the online manual, you can set your own PF keys. I tried with the command

Quote:

SET PF10 "STEP OVER"

but all I got back was the message
Quote:

Incomplete command specified


Without the quotes around it, I received the message
Quote:

The command element STEP is invalid.


Any suggestions if it can be done, and if so how?
_________________
Michael
Back to top
View user's profile Send private message Send e-mail
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Tue Feb 02, 2021 12:15 am    Post subject: Reply with quote

misi01,

I think you need string & command. so try this

Code:

SET PF10 "STEP OVER"  = CODE STEP OVER;


Check the Syntax and Examples Listed here

Later you can check the PF key settings by issuing the command

Code:

QUERY PFKEYS

_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
misi01
Advanced


Joined: 02 Dec 2002
Posts: 629
Topics: 176
Location: Stockholm, Sweden

PostPosted: Tue Feb 02, 2021 2:28 am    Post subject: Reply with quote

Thanks a lot. I did read the https://www.ibm.com/support/knowledgecenter/SSGTSD_13.1.0/com.ibm.debugtool.doc_13.1/rsdita/rdtreferencecard.html but completely missed your link.
_________________
Michael
Back to top
View user's profile Send private message Send e-mail
misi01
Advanced


Joined: 02 Dec 2002
Posts: 629
Topics: 176
Location: Stockholm, Sweden

PostPosted: Tue Feb 02, 2021 2:54 am    Post subject: Reply with quote

Simple update. I tried your example. Entering the command presented no problems, but as soon as I pressed PF10, I received the error message
Quote:

The command element CODE is invalid.

However,
Quote:

SET PF10 "STEP OVER" = STEP OVER ;

worked nicely.
BTW. The PF key texts were updated automatically, so at the bottom of the screen, I saw
Quote:

PF 1: ? 2:STEP 3:QUIT 4:LIST 5:FIND 6:AT/CLEAR
PF 7:UP 8:DOWN 9:GO 10:STEP OVE 11:ZOOM LOG 12:RETRIEVE

_________________
Michael
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group