> 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 [email protected] with the message: INFO IBM-MAIN

