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 SkipVought 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
  • 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

    thanks cliveC First link contains many metric definitions where as others are not related to metric I just want to know the definition of these metrics. I know these metric were available for the product PATHVU Any body have experiences?
  4. 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.
  5. cobp

    Tandem cobol reference

    Dimandja, Thanks a lot for the links.
  6. 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
  7. 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
  8. 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...
  9. 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...
  10. cobp

    Inner Joins and Table alias

    You are right. Instead of InnerJoin I could use additional WHERE conditions for the table(ANDs). Then it works. Thankx for answer
  11. cobp

    Inner Joins and Table alias

    OK, Alias is optional, but the problem here is it doesn't work when used together with INNERJOIN
  12. 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...
  13. cobp

    HI, Any body help me for some s

    Hi, As I said earlier, this is only for the documentation of an existing static analysis tool. This tool is supposed to analyse many kind of code violations and reports many code violations or construct. Each of this standard is defined as a metric. The problem is that the existing...
  14. 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...
  15. cobp

    TANDEM COBOL syntax help

    Thanks a lot Dimandja for the answers and rigorous explanation. bye
  16. 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...
  17. cobp

    Hard disk problem

    Hi Ramani, Thanks for the reply I got my computer from my friend. He tried to create partition using FDISK, but that was not successful. Again he tried to create partition using PQ MAGIC. But it was not succesfull. He tells that there were some harddisk(bad sector or some thing like that)...
  18. 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...
  19. cobp

    JCL problem-OC4

    Hi, Problem was occured to the wrong data file as reproted by the user. This file should be uploaded to OS/390 as RECFM=F, but in one machine it was uploaded by specifying RECFM=V. I am not sure this, because this problem was reported by person using the different OS/390 machine. I provided...
  20. cobp

    conversion from COBOL to C# (See Sharp)?

    Hi, I came to know that One COBOL compiler, PER COBOL converts cobol programs into JAVA program(Java Beans) and classes so that these can be used as the components for a JAVA application. I don't know the details. Regards, cobp

Part and Inventory Search

Back
Top