View previous topic :: View next topic |
Author |
Message |
misi01 Advanced
Joined: 02 Dec 2002 Posts: 629 Topics: 176 Location: Stockholm, Sweden
|
Posted: Tue Feb 02, 2021 2:39 am Post subject: Loading/activating Debug Tool profile |
|
|
I've googled using "debug tool profile cics" but didn't seem to be able to find anything.
Basically, I'm wondering if/how I "allocate" my own profile setup when debugging an online CICS program (for example, set scroll amount to CSR).
The nearest I seemed to find was a reference to
Quote: |
ceci
link p (profile)
|
which didn't tell me anything.
For batch programs, I've seen an example of allocating the DD name INSPPREF, so that's pretty obvious.
But for online programs, I need to be able to save my profile (or edit a file that I then load ?) and load/activate the desired profile.
What do I need to do? _________________ Michael |
|
Back to top |
|
 |
misi01 Advanced
Joined: 02 Dec 2002 Posts: 629 Topics: 176 Location: Stockholm, Sweden
|
Posted: Tue Feb 02, 2021 5:03 am Post subject: |
|
|
After working with a colleague, we arrived at a (for us) working result. The following was needed:-
- specify the name of the file containing your debug commands by selecting your CADP profile and pressing PF10 (Edit)
- on the next panel, specify the fully qualified filename (without quotes) next to the Command file option
Now try starting your debug session. Chances are, you'll receive error message
Quote: | EQA1872E ERROR OPENING COMMANDS FILE |
For us, this meant that the CICS region/user didn't have RACF authority to read the user's (my) debug profile file.
We looked at the CICS log in SDSF and ascertained which userid and group was failing (RACF-wise) to access my file.
Via RACF, we then gave this userid/group READ access to my files, after which the problem disappeared. _________________ Michael |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
|
|