Re: XML Generate String Length

2012-01-03 Thread Dave Kopischke
 Isn't there a memory size parameter on the CICS program entry?
 -- 
 Mike A Schwab, Springfield IL USA
 Where do Forest Rangers go to get away from it all?

Yes, I think this is it: Maxdatalen
   defined on the service. We have it set to 1024 which I believe is kilobytes.

As it turns out, it was a code problem. The program looped through the message 
and overlaid itself and then wandered off into other program storage.

Thanks for everyones help in searching though...

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: XML Generate String Length

2011-12-31 Thread Mike Schwab
On Fri, Dec 30, 2011 at 6:21 PM, Chase, John jch...@ussco.com wrote:
 -Original Message-
 From: IBM Mainframe Discussion List On Behalf Of Kopischke, David G.

 Greetings,
    One of our developers is performing an XML GENERATE with a string
 that's variable. When it gets
 above about 100K, it ASRA's. No error codes or anything.

    Is there a maximum message length ??? 100K seems too small for an
 IBM limit, so there's probably a
 parameter somewhere that I'm missing. I'm still looking, but let me
 know if you can point me to a
 manual reference.

 AFAIK, ASRA is unique to CICS, so since you seem to ASRA at about
 100K characters, I'd wager your underlying abend code is 0C4 because
 your program is trying to write past the end of allocated storage.

Isn't there a memory size parameter on the CICS program entry?
-- 
Mike A Schwab, Springfield IL USA
Where do Forest Rangers go to get away from it all?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: XML Generate String Length

2011-12-30 Thread Chase, John
 -Original Message-
 From: IBM Mainframe Discussion List On Behalf Of Kopischke, David G.
 
 Greetings,
One of our developers is performing an XML GENERATE with a string
that's variable. When it gets
 above about 100K, it ASRA's. No error codes or anything.
 
Is there a maximum message length ??? 100K seems too small for an
IBM limit, so there's probably a
 parameter somewhere that I'm missing. I'm still looking, but let me
know if you can point me to a
 manual reference.

AFAIK, ASRA is unique to CICS, so since you seem to ASRA at about
100K characters, I'd wager your underlying abend code is 0C4 because
your program is trying to write past the end of allocated storage.

-jc-

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


XML Generate String Length

2011-12-29 Thread Kopischke, David G.
Greetings,
   One of our developers is performing an XML GENERATE with a string that's 
variable. When it gets above
about 100K, it ASRA's. No error codes or anything.

   Is there a maximum message length ??? 100K seems too small for an IBM limit, 
so there's probably a
parameter somewhere that I'm missing. I'm still looking, but let me know if you 
can point me to a manual
reference.

Thanks,
   Dave K.


--
This e-mail transmission may contain information that is proprietary, 
privileged and/or confidential and is intended exclusively for the person(s) to 
whom it is addressed. Any use, copying, retention or disclosure by any person 
other than the intended recipient or the intended recipient's designees is 
strictly prohibited. If you are not the intended recipient or their designee, 
please notify the sender immediately by return e-mail and delete all copies. 
OppenheimerFunds may, at its sole discretion, monitor, review, retain and/or 
disclose the content of all email communications. 
==

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: XML Generate String Length

2011-12-29 Thread Roberts, John J
   One of our developers is performing an XML GENERATE with a string that's 
 variable. When it gets above
about 100K, it ASRA's. No error codes or anything.

David, you might want to ask Paul Cooper over on the CICS-L listserv, since I 
think you are doing XML GENERATE in the CICS context (ASRA abend).  There are 
plenty of storage limits in the CICS environment, some as small as 32KB.

Also, version 4 of the Enterprise COBOL compiler introduced a new XML parser 
and probably a new generator, so this could complicate matters.  There is a 
compiler parameter to select the old versus new XML behavior (XMLCOMPAT IIRC).

John

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN