Page 1 of 1

IMS DC common storage area

PostPosted: Thu Jul 31, 2008 9:34 pm
by Namrata Kalghatgi
Hi,

I'm new to IMS DC, can anyone tell me is there any common storage area where i can store some values between the program calls.

In IMS DC we have online screens, in this for every action performed on the screen it calls the same program everytime.

Now i want to store the previous action performed on the screen.

Can anyone please help me.

Re: IMS DC common storage area

PostPosted: Mon Aug 04, 2008 3:58 pm
by Sandy Zimmer
Well, the most efficent and practical solution would be to pass the info in hidden fields on your screen. You would define these fields as protected - no display.

Re: IMS DC common storage area

PostPosted: Wed Oct 29, 2008 4:22 am
by dlmatthews
If you don't have enough space on your screen for passing "hidden" fields you could use the IMS SPA (Scratch Pad Area) - refer to IBM manuals - "IMS Application Programming - Transaction Manager" - SC26-9425-04 and "IMS Application Programming - Design Guide" - SC26-9423-02. Both these manual reference numbers are for Version 7 and although latest version is V10 these manuals are still releavant.