Global Temporary table



IBM's hierarchical database management system with a Database Manager (IMS DB) and a Transaction Manager(IMS DC)

Global Temporary table

Postby Namrata Kalghatgi » Fri Aug 01, 2008 3:36 pm

Can anyone tell me about Create and Declare global temporary table in IMS DC.

I want the values to be retained within the transactions for the online screen.

Please its very urgent can anyone help me on this. :?:
Namrata Kalghatgi
 
Posts: 5
Joined: Thu Jul 31, 2008 6:41 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Global Temporary table

Postby Sandy Zimmer » Mon Aug 04, 2008 3:59 pm

There is no such thing in IMS. Please define the problem.
Sandy Zimmer
 
Posts: 28
Joined: Mon Jul 30, 2007 8:10 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Global Temporary table

Postby Namrata Kalghatgi » Mon Aug 04, 2008 4:07 pm

Actually i have pressed some key say F7 to scroll the contents in mainframe, then i press some other key say F10 which performs some task on the contents on the screen. Now i want to know that whther F7 is pressed anytime in the whole transaction. The problem is for every key press the program is called and the values are restored so i want some storage area where i can retrieve values in my next call......

hope this is making some sense to you....
Namrata Kalghatgi
 
Posts: 5
Joined: Thu Jul 31, 2008 6:41 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Global Temporary table

Postby Sandy Zimmer » Mon Aug 04, 2008 5:33 pm

Take a look at both the program and the MFS. They will determine how PF keys are handled. When you "communicate" by pressing a key that is defined, you are not "scrolling the contents of the mainframe" - you are scrolling the message fields that were passed back to your screen when you hit a function key. They are formatted and passed back from the database based on your program's
instructions.
Sandy Zimmer
 
Posts: 28
Joined: Mon Jul 30, 2007 8:10 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Global Temporary table

Postby Namrata Kalghatgi » Mon Aug 04, 2008 7:05 pm

I have checked the program for this.... i'm working on that program..... but here my concern is to trace the previously pressed key not the current key..... The program present has instructions to process the current PF key......
Namrata Kalghatgi
 
Posts: 5
Joined: Thu Jul 31, 2008 6:41 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Global Temporary table

Postby Sandy Zimmer » Mon Aug 04, 2008 11:31 pm

You can always control where you are and what you did the last time you pressed a key. You hide that info in hidden "work fields" on you screen. If this is an existing program, that info will not be available to you unless the person that originally wrote the program put the code in.
Sandy Zimmer
 
Posts: 28
Joined: Mon Jul 30, 2007 8:10 pm
Has thanked: 0 time
Been thanked: 0 time


Return to IMS DB/DC

 


  • Related topics
    Replies
    Views
    Last post