View previous topic :: View next topic |
Author |
Message |
ramu_mohan21 Beginner
Joined: 29 Jun 2004 Posts: 106 Topics: 41 Location: Bangalore, INDIA
|
Posted: Wed Dec 01, 2004 7:29 am Post subject: ISPF Dialog Error |
|
|
Hi Board,
I entered RES at the ISPF main pannel cansually. But it has abended with below shown error:
Quote: |
ISPF Dialog Error
Command ===>
More: +
******************************************************************************
* ISPD212 *
* *
* Invalid PGM name *
* Link to 'PMGLMAIN' failed, abend code = x'00000806'. *
* *
* *
* *
* *
* *
* *
* Panel line where error was detected: *
* ZSEL = PGM(PMGLMAIN) NOCHECK PARM(NOTEST,/2.1.) *
* *
* Enter HELP command for further information regarding this error. *
* Press ENTER key to terminate the dialog. *
* *
|
Is there is any problem with my ISPF panels. If RES won't work at ISPF panel it should give an error that the command not found. But it has got abended. Anyone can tell me the reason. _________________ Best Regards,
----------------
Rammohan Pabba
Software Engineer |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Wed Dec 01, 2004 9:02 am Post subject: |
|
|
Someone modified your local panel to include this program as a hidden option, but you don't have it in your allocations. |
|
Back to top |
|
 |
ramu_mohan21 Beginner
Joined: 29 Jun 2004 Posts: 106 Topics: 41 Location: Bangalore, INDIA
|
Posted: Wed Dec 15, 2004 3:53 am Post subject: |
|
|
Hi semigeezer,
Thank you for your reply. I didn't get the concept clearly. Anyway I will try to get. If possible can you elaborate it little bit more? _________________ Best Regards,
----------------
Rammohan Pabba
Software Engineer |
|
Back to top |
|
 |
Mike Beginner

Joined: 03 Dec 2002 Posts: 114 Topics: 0 Location: Sydney, Australia
|
Posted: Wed Jan 05, 2005 6:07 am Post subject: |
|
|
Program PGLMAIN, is not in the datasets that you have allocated and hence the S806 Abend that has been trapped and reported on.
You first need to ascertain where the program PGLMAIN is located and to then include that dataset in your allocations. In many ways it is similar to encoding STEPLIB in JCL.
It's been sometime since I've been around and am currently not logged on, otherwise I'd clarify a little more. I'm sure that a search on ALLOCATE or perhaps STEPLIB in this forum should shed some light. _________________ Regards,
Mike. |
|
Back to top |
|
 |
|
|