IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

ISPF panel scrolling in different system


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sunil kumar purohit

New User


Joined: 10 Sep 2009
Posts: 37
Location: bangalore

PostPosted: Thu Jan 07, 2010 4:38 pm
Reply with quote

HI, i have included scrolling in ispf panel, scolling is working with my id, But it's giving message "COMMAND IS NOT ACTIVE" with other id...
Can anybody help me??
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Thu Jan 07, 2010 4:41 pm
Reply with quote

You're saying that the UP and DOWN commands work on one system but not the other?
Back to top
View user's profile Send private message
sunil kumar purohit

New User


Joined: 10 Sep 2009
Posts: 37
Location: bangalore

PostPosted: Thu Jan 07, 2010 4:47 pm
Reply with quote

I m saying that i executed a program in my system, that calls a panel, in which i have used the scrolling. Scolling is working fine. when i tried to execute the same program with other id it is not working.
i wanted to know is there any system parameter that can affect the functionality, if yes, plz suggest
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Thu Jan 07, 2010 4:49 pm
Reply with quote

Are you logging on with a different userid?
Then your TSO datasets will have that userid too, and your application
will not be found.
Back to top
View user's profile Send private message
sunil kumar purohit

New User


Joined: 10 Sep 2009
Posts: 37
Location: bangalore

PostPosted: Thu Jan 07, 2010 4:58 pm
Reply with quote

That id also have access to my dataset,,
i have tested the same program before implemeting the scrolling, it was working. Now progam is also working with other id, but only scrolling is not working..
It means no access violation.
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Thu Jan 07, 2010 10:08 pm
Reply with quote

Provide more details:

What key was pressed?
What is the definition of the key?
What if you manually type 'DOWN' on the command line?
Is there actually data that you can scroll down to?
Back to top
View user's profile Send private message
sunil kumar purohit

New User


Joined: 10 Sep 2009
Posts: 37
Location: bangalore

PostPosted: Fri Jan 08, 2010 10:09 am
Reply with quote

I have pressed pf7 and pf8 to scroll down and up.
If i use "up" and "down" command on command line than it's working.
it also have enough data to scroll.
I think problem is with function key setting only.
Can you tell me what should be ideal setting for scroll function?
Back to top
View user's profile Send private message
MBabu

Active User


Joined: 03 Aug 2008
Posts: 400
Location: Mumbai

PostPosted: Fri Jan 08, 2010 10:28 am
Reply with quote

What do you mean by scrolling? Did you use a dynamic area, scrollable area, table display or your own command? The first 3 need UP and DOWN, whereas the last method uses your own command defined in a command table. Check to see what the keys are assigned to in the system that works. Other possibilities are different application ids (ISP, ISR, your own) and different command tables (see option 3.9 for both ids to see if they are the same).
Back to top
View user's profile Send private message
sunil kumar purohit

New User


Joined: 10 Sep 2009
Posts: 37
Location: bangalore

PostPosted: Fri Jan 08, 2010 11:19 am
Reply with quote

I am using scrollable area.
Application ID for both the system are "ISR"

and command table for both system are as given below:
Command table search order
Application table . : ISR
User table 1 . . . . :
User table 2 . . . . :
User table 3 . . . . :
Site table 1 . . . . :
Site table 2 . . . . :
Site table 3 . . . . :
System table . . . . : ISP
Quote:
Check to see what the keys are assigned to in the system that works.

I din't get the meaning of this line.
Back to top
View user's profile Send private message
sunil kumar purohit

New User


Joined: 10 Sep 2009
Posts: 37
Location: bangalore

PostPosted: Fri Jan 08, 2010 2:00 pm
Reply with quote

Hi all,
Thanx for your help.
Now it's working properly by changing the key setting.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Sysplex System won't IPL at DR site I... All Other Mainframe Topics 2
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Looking for a little history of ISPF ... TSO/ISPF 5
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
No new posts How to delete a user's alias from the... JCL & VSAM 11
Search our Forums:

Back to Top