Setting up quick keys for Filemanager



TSO Programming, ISPF, SDF, SDSF and PDF, FTP, TCP/IP Concepts, SNA & SNA/IP etc...

Setting up quick keys for Filemanager

Postby chinkump » Tue May 07, 2013 8:51 pm

Hi,

We were earlier using FileAid but now we have moved to FileManger. Now F1,F2,F33 keys are not working for filemanager.I am trying to code same F1,F2,F33 key for filemanger.

I have written below clist which is throwing errors. Details are as below.
******************************************************************************************
ISPN106
DDname not allocated
DDname 'FALLIB' specified on LIBDEF service not allocated

Current dialog statement:
ISPEXEC LIBDEF ISPLLIB ID(FALLIB)
*******************************************************************************************

Below is the code that I have written for the invocation of F1 key
*******************************************************************************************
PROC 1 DATA_SET_NAME_OR_GO
CONTROL MSG
SET &FUNCVAR = &STR(3.1)
SET &dsnvar = &STR(&DATA_SET_NAME_OR_GO)
IF &SUBSTR(1:1,&DSNVAR) = &STR(') -
THEN SET &QUOTE = &STR(QUOTE)
ELSE SET &QUOTE = &STR()
ISPEXEC SELECT -
CMD(%FMN2INIT &FUNCVAR DSN(&DSNVAR) &QUOTE) NEWAPPL(FMNPDSV)
END
*********************************************************************************************
FMNPDSV::This is the name of the view panel in Filemanger
FMN2INIT::This invokes filemanager

Please suggest me how can I resolve this problem. Any alternate solution is also most welcome.

Thanks,
Chinkump
chinkump
 
Posts: 26
Joined: Fri Jan 20, 2012 10:48 pm
Has thanked: 3 times
Been thanked: 0 time

Re: Setting up quick keys for Filemanager

Postby Akatsukami » Tue May 07, 2013 9:15 pm

Talk to IBM about this.
"You have sat too long for any good you have been doing lately ... Depart, I say; and let us have done with you. In the name of God, go!" -- what I say to a junior programmer at least once a day
User avatar
Akatsukami
Global moderator
 
Posts: 1058
Joined: Sat Oct 16, 2010 2:31 am
Location: Bloomington, IL
Has thanked: 6 times
Been thanked: 51 times

Re: Setting up quick keys for Filemanager

Postby NicC » Tue May 07, 2013 10:17 pm

Just a couple of note - Nothing is "thrown" on the mainframe = errors are encountered/met/displayed/issued etc. but NEVER thrown.
F1 is usually reserved for application help so you want to avoid changing this key's assignment
Rexx is, nowadays, the preferred language rather than CLIST.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: Setting up quick keys for Filemanager

Postby Pedro » Tue May 07, 2013 11:46 pm

Try adding PASSLIB to your SELECT statement.
Pedro Vera
User avatar
Pedro
 
Posts: 684
Joined: Thu Jul 31, 2008 9:59 pm
Location: Silicon Valley
Has thanked: 0 time
Been thanked: 53 times

Re: Setting up quick keys for Filemanager

Postby Giridhar » Wed Feb 08, 2017 11:46 pm

Hi,

Plz let me know if any one is able to use F33 for File Manager

Thanks,
Giridhar
Giridhar
 
Posts: 1
Joined: Wed Feb 08, 2017 11:37 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Setting up quick keys for Filemanager

Postby Akatsukami » Wed Feb 08, 2017 11:52 pm

  1. No such thing is "F33".
  2. Don't revive a years-old thread.
"You have sat too long for any good you have been doing lately ... Depart, I say; and let us have done with you. In the name of God, go!" -- what I say to a junior programmer at least once a day
User avatar
Akatsukami
Global moderator
 
Posts: 1058
Joined: Sat Oct 16, 2010 2:31 am
Location: Bloomington, IL
Has thanked: 6 times
Been thanked: 51 times

Re: Setting up quick keys for Filemanager

Postby NicC » Thu Feb 09, 2017 3:02 pm

And the word is "Please" not 'Plz'
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times


Return to TSO & ISPF

 


  • Related topics
    Replies
    Views
    Last post