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 wOOdy-Soft 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: cobp
  • Content: Threads
  • Order by date
  1. cobp

    abend in VaCOBOL dll

    I had earlier asked about a this problem(unexpected runtime behaviour in VA COBOL dll). thread209-863672 Now it's a different error, the abend(silent termination at one point, no messages) occurs when nr. of suprogram(dll) invocations exceeds a large nr.(80000). I could get rid of error by...
  2. cobp

    COBOL 2000 Samples, COBOL2000 Vs Enterprise COBOL

    Hi, I would like to see COBOL 2000 Sample programs. Any pointers to this would be helpful. Also I would like to know how COBOL2000 is different from IBM Enterprise COBOL? thanks. Regards cobp
  3. cobp

    Metric-PERCENT STRUCTURED

    Hi, I would like to know the the COMPLIEXITY metric definitions(Mccabe) 1. ESSENTIAL COMPLEXITY 2. PERCENT STRUCTURED Any pointers or information would be helpful. thanks.
  4. cobp

    Tandem cobol reference

    Hi, where can I find refrences to Tandem cobol (syntax, documentation etc.) I searched in the net, but could not locate one. thanks
  5. cobp

    usage of comma

    Hi, I have seen some old cobol programs that uses a ',' 12 th column on many lines(not a part of STRING or similar verbs). Any body knows about significance of comma? thanks
  6. cobp

    VA COBOL SORT

    Hi, I have posted the same question in Visual Age Solutions. ---- I have a proble with Visual Age COBOL Sort. See the program call sequence given below. MAIN(EXE)->SUB1(DLL)->SUBIO(DLL) SUB1 is invoked from MAIN multiple times, SUBIO is the module that handles file operations and SORTS for...
  7. cobp

    One of my COBOL program(build usi

    One of my COBOL program(build using Visual AGE COBOL) has a FILE defined with RECORDLENGTH =80. When the Input file line character length greater than 80, It splitts the record at 80 th column and remaining characters are considered for the next record. But I want only to have a single record...
  8. cobp

    Inner Joins and Table alias

    Hi there, I would like to use table alias(FROM <tbl> AS) in an SQL that has an INNERJOIN on another Table. Any tips for this are most welcome. I want to do this because, i would like to have subquery in the where clause. e.g.- SELECT DISTINCT TABLE1.FIELD1, TABLE1.FIELD2,TABLE1.FIELD3 FROM...
  9. cobp

    HI, Any body help me for some s

    HI, Any body help me for some sample obselte COBOL constructs. Any pointers to the syntax (only syntax is required) of the following consturctus or examples are greatly appreciated. 1. ISAM ITEMS a. Apply CORE-INDEX b. APPLY REORG CRITERIA c. NOMINAL KEY d. TRACK AREA e. ORGANIZATION...
  10. cobp

    TANDEM COBOL syntax help

    Hi, I would like to know syntax of some TANDEM COBOL constructs e.g:- 1. DISPLAY BASE 2. DISPLAY OVERLAY 3. LENGTH in FD 4. MUSTBE Any pointers to the TANDEM COBOL documentation or examples of these consturcts are greatly appreciated. I need this only for the documentation of an analysis...
  11. cobp

    Hard disk problem

    Hi, My computer fails to recognize the whold hard disk space. It has more than 10 GB, but it shows only about 3 GB, in the file explorer. But the partition magic shows remaining as unused. *. Unallocated 62.7MB C:WINDOWS FAT32 3506.4 *. Unallocated 11029.0...
  12. cobp

    Internet connection-monitoring

    Hi, I would like to write a java program to log my internet connection details. Connected time-Time used for internet etc. As I am a novice programmer, I don't know which all libraries should I use. I am using a dial-up connection. Pls. advice me. Regards. Cobp
  13. cobp

    JCL problem-OC4

    Hi, This is purely a JCL problem. Hope any COBOL programmers would help me. I got a SOC4 abend in an IEBCOPY step. But it's O.k for one IBM machine, but it caused the problem for another IBM machine. In the job step contains a DD statement that allocates temporary dataset - SPACE...
  14. cobp

    Does any too/product for converting ACCESS DB to a JAVA application

    Hi, I would like to know whether any tools/products exist for converting Access DB(prototype) to a JAVA application(JAVA programs, HTMLS, servlets etc.) Regards cobp
  15. cobp

    SEARCH comparison issue on OS/390

    Hi guys, I've got a problem with SEARCH ALL. But this problem is specific to OS/390. On VA COBOL compiler, I got correct result. consider the following code, SEARCH ALL VALID-VERB-TABLE WHEN VERB-ENTRY (INDX) = VERB-WORD MOVE TRUU TO VERB-FOUND-SW. VERB-ENTRY IS LENGTH 10( X(10))...
  16. cobp

    Interfacing Realia+VACOBOL modules

    Is it possible to invoke a Realia COBOL module(dll) from a VA COBOL program. We had an application developed on VACOBOL and it allows users to write their own custom modules and can combine with our application. One of our customer had a Realia COBOL compiler and he wants to generate a dll...

Part and Inventory Search

Back
Top