Re: ISPF panel question

2006-04-12 Thread Jim McAlpine
Blue Peter badges to Dave and Tom.  It was a cock-up with the ISPTLIB
concatenation.

Thanks chaps.

Jim McAlpine


On 4/11/06, Thomas Conley [EMAIL PROTECTED] wrote:

  I'm configuring File Manager for DB2 and I want to remove a particular
  option from a panel so some users can't see it.  The main FM/DB2 panel
 is
  called FMN2ST00 so I've taken a copy of that called FMN2STXX and removed
  the
  said option and the panel that gets invoked for the said users is
  now FMN2STXX.  However, immediately upon entry to the new panel, I get
 the
  following error -
 
  ISPP328
 
  Panel 'FMN2STXX' error
  Required keylist 'FMN2KGE2' in applid 'FMN2' was not
  found.
 
  Panel line where error was detected:
  ZSEL = PANEL(FMN2STXX) SCRNAME(FMNDB2) NEWAPPL(FMN2)
 
 

 Jim,

 Make sure FMN2KEYS is in your ISPTLIB concatenation.

 Regards,
 Tom Conley

 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


ISPF panel question

2006-04-11 Thread Jim McAlpine
I'm configuring File Manager for DB2 and I want to remove a particular
option from a panel so some users can't see it.  The main FM/DB2 panel is
called FMN2ST00 so I've taken a copy of that called FMN2STXX and removed the
said option and the panel that gets invoked for the said users is
now FMN2STXX.  However, immediately upon entry to the new panel, I get the
following error -

ISPP328

Panel 'FMN2STXX' error
Required keylist 'FMN2KGE2' in applid 'FMN2' was not
found.

Panel line where error was detected:
ZSEL = PANEL(FMN2STXX) SCRNAME(FMNDB2) NEWAPPL(FMN2)

The message description says that the message is self explanatory.  Well,
 not to me it isn't.  Why does just changing the name of the panel cause
this error.  How can ISPF know at this stage there is an error.   I realise
that I could copy and modify the original panel into another library which
is only accessible to the said users, but I'm curious  as to how this can
happen.

Jim McAlpine

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ISPF panel question

2006-04-11 Thread Thomas Conley

I'm configuring File Manager for DB2 and I want to remove a particular
option from a panel so some users can't see it.  The main FM/DB2 panel is
called FMN2ST00 so I've taken a copy of that called FMN2STXX and removed 
the

said option and the panel that gets invoked for the said users is
now FMN2STXX.  However, immediately upon entry to the new panel, I get the
following error -

ISPP328

Panel 'FMN2STXX' error
Required keylist 'FMN2KGE2' in applid 'FMN2' was not
found.

Panel line where error was detected:
ZSEL = PANEL(FMN2STXX) SCRNAME(FMNDB2) NEWAPPL(FMN2)




Jim,

Make sure FMN2KEYS is in your ISPTLIB concatenation.

Regards,
Tom Conley

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html