View previous topic :: View next topic |
Author |
Message |
viswanathan Beginner
Joined: 17 Jan 2006 Posts: 26 Topics: 13
|
Posted: Wed May 05, 2010 12:11 pm Post subject: What is the limit of XML PARSER in COBOL? |
|
|
We are using XML PARSE in our COBOL Stored Procedure Code, where we receive the input in XML format of size ~5mb (Input parm is defined as CLOB Datatype).
We are encountering error (SOC 4) if the size is > 2mb.
If we pass the input of size ~ 2mb, then the Stored Procedure works fine.
Is there any specific limit for XML Parse? |
|
Back to top |
|
|
papadi Supermod
Joined: 20 Oct 2009 Posts: 594 Topics: 1
|
|
Back to top |
|
|
viswanathan Beginner
Joined: 17 Jan 2006 Posts: 26 Topics: 13
|
Posted: Fri Jun 04, 2010 10:43 am Post subject: |
|
|
Language element :
XML PARSE statement, maximum size of identifier
Compiler limit : 134,180,862 bytes (67,090,431 national character positions)
Thanks for the info papadi! |
|
Back to top |
|
|
papadi Supermod
Joined: 20 Oct 2009 Posts: 594 Topics: 1
|
Posted: Fri Jun 04, 2010 4:44 pm Post subject: |
|
|
You're welcome |
|
Back to top |
|
|
|
|