|
|
| Author |
Message |
Paul1983
New User
Joined: 08 Jul 2008 Posts: 33 Location: bangy
|
|
|
|
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 |
|
 |
References
|
|
 |
Sinkaravelan S
New User
Joined: 21 Apr 2008 Posts: 31 Location: coimbatore-TN india
|
|
|
|
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 |
|
 |
Paul1983
New User
Joined: 08 Jul 2008 Posts: 33 Location: bangy
|
|
|
|
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 |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 8761 Location: 221 B Baker St
|
|
| Back to top |
|
 |
Sandy Zimmer
Senior Member
Joined: 13 Jun 2007 Posts: 443 Location: Wilmington, DE
|
|
|
|
| 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 |
|
 |
|
|