Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by yuriyking

  1. yuriyking

    XML PARSE Help

    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.
  2. yuriyking

    Formatter/Beautifier for COBOL (reference format)?

    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.
  3. yuriyking

    Dynamically set "readonly" attribute for <html:text>?

    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.
  4. yuriyking

    COBOL WORKING /LOCAL-STORAGE, reentrancy, CICS

    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...
  5. yuriyking

    COBOL WORKING /LOCAL-STORAGE, reentrancy, CICS

    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...
  6. yuriyking

    COBOL WORKING /LOCAL-STORAGE, reentrancy, CICS

    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++...
  7. yuriyking

    Excel sheet with 2000 columns. Possible?

    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.
  8. yuriyking

    Excel sheet with 2000 columns. Possible?

    And how much looks Quattro Pro like Excel? I mean if non-advanced Excel user could easily use Quattro Pro?
  9. yuriyking

    COBOL WORKING /LOCAL-STORAGE, reentrancy, CICS

    ... But if &quot;Every thread/task has it's own copy of working storage TRUE.&quot;, why should I compile COBOL program for CICS with RENT option if COBOL programs are naturally reentrant?
  10. yuriyking

    Excel sheet with 2000 columns. Possible?

    Thanks, folk. It really disappoint me. :-(
  11. yuriyking

    Excel sheet with 2000 columns. Possible?

    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.
  12. yuriyking

    COBOL WORKING /LOCAL-STORAGE, reentrancy, CICS

    Hi, ciczman. I did not understand your statement: &quot;Working Storage is Local until a conversation has been started, at which time control of the data is shared.&quot; Could you clarify it please. My core question was: As I understood, in terms of C, LOCAL-STORAGE SECTION – automatic storage...
  13. yuriyking

    COBOL WORKING /LOCAL-STORAGE, reentrancy, CICS

    OK. I will do it. Thanks FearsomeFastFemale.
  14. yuriyking

    COBOL WORKING /LOCAL-STORAGE, reentrancy, CICS

    Compiler: IBM COBOL for MVS and VM 1.2.2 It accept RENT option. CICS: CICS/ESA V4R1

Part and Inventory Search

Back
Top