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

Creating a User table in 3.9


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

New User


Joined: 01 Mar 2007
Posts: 52
Location: chennai

PostPosted: Thu Jun 26, 2008 4:50 pm
Reply with quote

Hi,

In 3.9, command table utility, i created a table by typing the application id and also entered some commands for calling my rexx program. My doubt is how can i make this command table to be reflected in the command table search order?
Back to top
View user's profile Send private message
Pedro

Global Moderator


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

PostPosted: Thu Jun 26, 2008 9:41 pm
Reply with quote

The system programmer should add at least one user table name and one site table name. This customization should be site wide.

See the ISPF Customization Guide, and search for 'command table' and 'configuration table'.
Back to top
View user's profile Send private message
Pedro

Global Moderator


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

PostPosted: Sat Jun 28, 2008 2:27 am
Reply with quote

I should also mention that the command table is used by applications. When you start a set of panels, use the SELECT service:
Code:
"SELECT CMD(myprog) NEWAPPL(aaa)"

And your command table will be active while your application is active.
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 Load new table with Old unload - DB2 DB2 6
No new posts Pulling a fixed number of records fro... DB2 2
No new posts PuTTY - "User is not a surrogate... IBM Tools 5
No new posts Multiple table unload using INZUTILB DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top