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

SPA size while defining a transaction in an online region


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

New User


Joined: 08 Jul 2008
Posts: 37
Location: bangy

PostPosted: Mon Oct 13, 2008 10:06 am
Reply with quote

Hi,

While defining a transaction in an online region, I can see the following code

Code:
APPLCTN PSB=PXXXX001,                             
      SCHDTYP=PARALLEL,PGMTYPE=TP
TRANSACT CODE=TXX001,                             
      MSGTYPE=(MULTSEG,RESPONSE,2),PROCLIM=(1,5),
      SEGSIZE=2048,SPA=(2048),                   
      PARLIM=1,                                   
      MODE=SNGL

Could you please tell , what each field stands for and I want to know how you will determine the SEGSIZE and SPA size ?

Thanks,
Paul

Edited to add the BBcode...Anuj D.
Back to top
View user's profile Send private message
Sinkaravelan S

New User


Joined: 21 Apr 2008
Posts: 27
Location: coimbatore-TN india

PostPosted: Mon Oct 13, 2008 11:10 am
Reply with quote

SPA - Scratch Pad Area is mainly used for conversional program.simply say, it is a temporary storage.Here you can store lot of message.
I think,Google is one of the best friend for programmer..why not try?


Thanks,
Back to top
View user's profile Send private message
Paul1983

New User


Joined: 08 Jul 2008
Posts: 37
Location: bangy

PostPosted: Mon Oct 13, 2008 11:23 am
Reply with quote

Hi,

I'm aware of the SPA area concept.But while defining a new transaction, I'm not sure about on what basis the SEGSIZE and SPA size is given.I searched in google but didn't get much info..

Thanks,
Paul
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Oct 13, 2008 12:50 pm
Reply with quote

Hello Paul,

While Google is often your friend, there are a couple of places i'd suggest looking before going to the whole web. One is the "IBM manuals" which are linked at the top of each page - IMS documentation is available there:

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/handheld/Connected/BOOKS/dfsapgg1/6.3.3?

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/handheld/Connected/BOOKS/dfscr1g1/2.3.3.2?

A seond place to look is in the forum SEARCH. Many questions have previous discussion.
Back to top
View user's profile Send private message
Sandy Zimmer

Active Member


Joined: 13 Jun 2007
Posts: 826
Location: Wilmington, DE

PostPosted: Mon Oct 13, 2008 5:53 pm
Reply with quote

Most fast paced high transaction processing installations do not use the SPA. Make sure that your installation allows it. Also remember that SPA and non-SPA MPP programs do not "talk" to each other.
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 How to 'Ping' a CICS region in JCL CICS 2
No new posts How to identify the transaction categ... IMS DB/DC 3
No new posts Using Java/C/C++ to retrieve dataset ... Java & MQSeries 6
No new posts Find the size of a PS file before rea... COBOL Programming 13
No new posts Underscore was not populated to onlin... CICS 1
Search our Forums:

Back to Top