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

values getting appended in commarea


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Sugitha N

New User


Joined: 09 Jun 2009
Posts: 1
Location: Chennai

PostPosted: Tue Jun 09, 2009 10:59 am
Reply with quote

Hi all,

We are using DFHLS2WS to generate the WSDL and WSBIND files.

SOAP messages are written to COMMAREA to invoke our backend programs defined in CICS.

we allocated as below
Size for int = 4 + 4
Size for char = 8

Total size = 16

But the Commarea length is 20 (as showing in EIBCALEN)
and we dont dont know why cics is appending spaces in commarea

Can anyone help on this issue.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Tue Jun 09, 2009 4:41 pm
Reply with quote

The picture clearly shows a 20-byte COMMAREA. 4 bytes are a non-display field, 9 bytes are 'SYSADM ' and 7 bytes are non-display. There are no spaces being appended. Try the display again, hit the F2 key to convert the COMMAREA into hex and see what the values are. Post this data in BBcode format -- don't use attachments as many cannot download them.
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts Null values are considered in Total c... DFSORT/ICETOOL 6
No new posts Converting ASCII values to COMP-3 (ZD... JCL & VSAM 2
No new posts Generate output lines (SYSIN card for... DFSORT/ICETOOL 4
Search our Forums:

Back to Top