Page 1 of 2

Need help with custom ISPF

PostPosted: Wed Oct 07, 2009 8:47 am
by manifold
I am trying to get the command to open SDSF to work, but as of yet I cannot.

Anyone have any ideas?

Re: Need help with custom ISPF

PostPosted: Wed Oct 07, 2009 12:23 pm
by expat
How about some more information. Without you bothering to tell us what you are doing, what you expect, and what response you get - how can you possibly expect a meaningful response.

Re: Need help with custom ISPF

PostPosted: Wed Oct 07, 2009 5:43 pm
by manifold
I'm attempting to create a basic custom ISPF panel, I can't get the command to open SDSF to work, I have this in isr@prim:
'SD','PGM(SDSF)'


I expect it to open SDSF, but it gives me this for a few seconds:
IEC130I ISFIN    DD STATEMENT MISSING
IEC130I ISFOUT   DD STATEMENT MISSING

and then switches to a massive error statement
ISF012I SDSF ABEND USER   13  AT 02FFB8B6 IN MODULE ISFBDSP  OFFSET 000266     
SDSF ABEND USER   13  AT 02FFB8B6 IN MODULE ISFBDSP  OFFSET 000266             
ISF013I SDSF ABEND R0-R7  80000000 8000000D 00000041 00000388 7F569194 04A76366
0000000C 04A760D8                                                             
R0-R7  80000000 8000000D 00000041 00000388 7F569194 04A76366 0000000C 04A760D8
ISF014I SDSF ABEND R8-R15 04A760E4 04A76000 02FFC650 007B54A8 82FFB650 007B6068
0000008F 00000008                                                             
R8-R15 04A760E4 04A76000 02FFC650 007B54A8 82FFB650 007B6068 0000008F 00000008

I'm assuming its something simple, I just couldn't find anything on it.

Re: Need help with custom ISPF

PostPosted: Wed Oct 07, 2009 7:37 pm
by Bill Dennis
My guess is you don't have HASPINDX allocated in your PROC.

Re: Need help with custom ISPF

PostPosted: Thu Oct 08, 2009 5:51 am
by manifold
I'm a newbie and this is probably out of my league (as narrow as that may be)... but this was the task I was given, and I intend to complete it.

The task was to edit an ISR@PRIM file to get the SDSF panel to open correctly from the customized ISPF Panel when the user enters the 'sd' command. Is there an easier way? If not what do I need to do to get it to work exactly? (I'm perfectly happy to read a tutorial somewhere, I just don't know what to search to find one)

Re: Need help with custom ISPF

PostPosted: Thu Oct 08, 2009 5:54 am
by manifold
Sorry, I should probably respond to the response: I'm confused, have spent about four hours on this problem total, and haven't found anything on it, I'm fairly new to mainframes, and don't know how to perform the fix you recommended Bill, if there's a tutorial or document that might help me I'd be grateful if I was pointed toward it (most of that four hours was looking for information on what to do to fix the problem)

Re: Need help with custom ISPF

PostPosted: Thu Oct 08, 2009 6:06 am
by manifold
Hate to triple post however, another venue has answered this question.
Thank you for your time.

~Manifold

Re: Need help with custom ISPF

PostPosted: Thu Oct 08, 2009 7:27 pm
by TimJohnson
Hi, i am stuck on the same part and i am wondering what you did to fix this?

Thanks.

Re: Need help with custom ISPF

PostPosted: Fri Oct 09, 2009 12:15 am
by dick scherrer
Hello,

another venue has answered this question
If you copy/paste the answer, it will help others :)

d

Re: Need help with custom ISPF

PostPosted: Fri Oct 09, 2009 5:17 am
by TimJohnson
I figured it out, It should have read:

 SD,'PANEL(ISFSDOP2) SCRNAME(SDSF)'