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

Explain me about Scratch Pad Area in IMS


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
d_ezhil

New User


Joined: 28 Apr 2005
Posts: 11
Location: chennai

PostPosted: Tue Jun 14, 2005 7:38 pm
Reply with quote

Hi all,
Can anyone explain me about Scratch Pad Area in IMS.
and how to implement SPA.

Actually, while inserting into SPA it is working fine.
but while retrieving it shows error (QC)

Could anyone help me out regarding this


Thanks & Regards,
Arasan.
Back to top
View user's profile Send private message
pravina_m

New User


Joined: 20 Jun 2005
Posts: 1
Location: Hyderabad

PostPosted: Wed Jun 22, 2005 2:59 pm
Reply with quote

Can you clearly tell your problem.
SPA is area from where u get/put data while working with IMS DC.
If you are using SPA , ur first GU should be for SPA, & first ISRT should be for SPA, the next GU/ISRT should be actual segment.
what you were trying with SPA
Back to top
View user's profile Send private message
d_ezhil

New User


Joined: 28 Apr 2005
Posts: 11
Location: chennai

PostPosted: Wed Jul 20, 2005 5:03 pm
Reply with quote

hi pravina,
how could the system knows that are using IO-PCB-MASK for scratch pad area??

actually i used like this
this is in working-storage section

01 SPA-IO-AREA.
05 SPA-LL PIC S9(4) COMP.
05 SPA-ZZ PIC S9(4) COMP.
05 SPA-CI PIC S9(4) COMP.
05 SPA-TRAN-CODE PIC X(08).
05 SPA-USER-DATA PIC X(40).

in procedure division
CALL 'CBLTDLI' USING DLI-GU
IO-PCB-MASK
SPA-IO-AREA.

first i issued a GU call fro scratch pad area and then GN call for getting message from screen, but i am getting the screen messages in SPA-IO-AREA in first call itself. and same thin happens while inserting into the screen, the messages i like to store in scratch pad area are displaying in screen

what should i do to solve this problem.

could anyone help me

Thanks
Arasan.
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts DB2 Statistics - Using EXPLAIN and qu... DB2 1
No new posts IMS scratch pad area IMS DB/DC 1
No new posts User key common area users - How to r... All Other Mainframe Topics 0
No new posts Free books in the Richmond, VA area General Talk & Fun Stuff 0
No new posts Subschema of area to be unloaded IDMS/ADSO 0
Search our Forums:

Back to Top