Hi cworthi,
AFAIK the COBOL XML Parser is a SAX Parser.
So you have "just" to implement an event handler for the SAX Parser - the section or paragraph specified in PROCESSING PROCEDURE of XML PARSE.
IMHO the easiest way to do it is implement it as a state machine.
Hi all,
does anybody know a formatter/beautifier for the IBM Enterprise COBOL?
www.semdesigns.com offers something like this but I would prefer to try it first (it seems to be not possible in case of www.semdesigns.com)
Thank you in advance.
Hi all,
I'm using <html:text> tag inside some <html:form> tag and I want "readonly" attribute of <html:text> to be set to value of "read_only" property of form bean. Can I do it?
Thanks.
In my last post I meant
So, in case of C, I don't believe that
"CICS subverts this, so that at the start of each task the program's working storage gets copied to task-local storage, providing a kind of pseudo-reentrancy even if the program is compiled NORENT."
Does CICS provide the copy of...
Hi Steve.
Thanks for your answer.
You wrote
"CICS subverts this, so that at the start of each task the program's working storage gets copied to task-local storage, providing a kind of pseudo-reentrancy even if the program is compiled NORENT."
I tested it with C. I wrote and compiled some...
2 ciczman
What means then IBM's statement:
“Multithreading requires that all CICS application programs be reentrant; that is, they must be serially reusable between entry and exit points. CICS APPLICATION PROGRAMS USING THE EXEC CICS INTERFACE OBEY THIS RULE AUTOMATICALLY. For COBOL, C, and C++...
2 xlbo
It was just a question of my friend.
He cannot use Access because he need to process this 2000*3000 table for his diploma thesis, he knows only Excel, he is far away from IT and don't want spend his time for learning Access.
...
But if "Every thread/task has it's own copy of working storage TRUE.", why should I compile COBOL program for CICS with RENT option if COBOL programs are naturally reentrant?
Hi all,
I want to import into Excel a table with 2000 columns and 3000 rows and then to process it in Excel.
Is it possible at all to have an Excel sheet with 2000 columns.
Thanks.
Hi, ciczman.
I did not understand your statement:
"Working Storage is Local until a conversation has been started, at which time control of the data is shared."
Could you clarify it please.
My core question was:
As I understood, in terms of C, LOCAL-STORAGE SECTION – automatic storage...
Hi all.
Why am I trying to understand it:
my new employer has a couple of CICS ESA V4R1 application programs, and they neither have RENT link/edit atribute nor were compiled with RENT compiler option.
And now I'm just trying to understand whether (and how) all this stuff can work correctly.
I...
Thanks, FearsomeFastFemale.
But it is still unclear:
if I compile COBOL program without RENT otions,
will it run correctly in multithread environment?
If yes, how does CICS supply this?
For example, C program which modifies static memory and is compiled without RENT, will not run correctly...
Hi WMK.
It is still unclear whether I may to compile COBOL program without RENT option.
Does it mean that such a program (non RENT) has its own copy of WORKING-STORAGE for every concurrent running transaction?
Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.