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!

Search results for query: *

  • Users: yuriyking
  • Content: Threads
  • Order by date
  1. 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.
  2. 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.
  3. 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.
  4. yuriyking

    COBOL WORKING /LOCAL-STORAGE, reentrancy, CICS

    Hi all. I’m new to COBOL and I came from C/C++. My question is: what is the difference between LOCAL-STORAGE SECTION and WORKING-STORAGE SECTION. As I understood, in terms of C, LOCAL-STORAGE SECTION – automatic storage class(stack), WORKING-STORAGE SECTION – static storage class. Am I right...
  5. yuriyking

    COBOL WORKING /LOCAL-STORAGE, reentrancy, CICS

    Hi all. I’m new to COBOL and I came from C/C++. My question is: what is the difference between LOCAL-STORAGE SECTION and WORKING-STORAGE SECTION. As I understood, in terms of C, LOCAL-STORAGE SECTION – automatic storage class(stack), WORKING-STORAGE SECTION – static storage class. Am I right...
  6. yuriyking

    Can I build parallel sysplex with two 9672 R4 but without 9674

    Hi all. I have two 9672 RB4 (they have ESCON channels), 2 Sysplex Timers, 2 ESCON Directors and 2 RAMAC Virtual Arrays. Can I build parallel sysplex without having 9674 Coupling Facility, just with an integrated coupling facility defined in a logical partition in the one of the 9672. Thanks.
  7. yuriyking

    How to move numeric non integer data item to alphanumeric data item?

    Hi all. Sorry, if the question is stupid, but I am totally new to COBOL. I have two data items: 01 NNI PIC 9(05)V9(02) USAGE IS DISPLAY. 01 AN PIC X(07). When trying to move: MOVE NNI TO AN I have the following error: 1561 IGYPA3005-S &quot;NNI (NUMERIC...

Part and Inventory Search

Back
Top