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 bkrike 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: hugheskbh
  • Content: Threads
  • Order by date
  1. hugheskbh

    Sorting an arrary or table

    Hi, Does anyone know how to sort an array or table in cobol particularly Micro Focus Cobol? Thanks
  2. hugheskbh

    streaming a datafile in unix

    HI, I was wondering if there's a way to stream a flat file into one large data stream in unix? Thanks in advance for help.
  3. hugheskbh

    remove first 2 characters in a flat file using a unix script.

    Hi, I was wondering if there's a way to read a flat file and strip out the first 2 characters in a unix script. Thanks
  4. hugheskbh

    Moving a fixed length field to a variable length field

    Hi, I need to move a 200 byte fixed length field to a variablel length field in Cobol. Can someone help me with an example? Also, how would I know the length of the variable length field. In other words, the last character of the fixed length field needs to be the length of the variable...
  5. hugheskbh

    remove trailing spaces in address fields

    I need to remove trailing spaces in address fields. Please tell me how to accomplish this in cobol. This is very urgent. Thanks Ken Hughes
  6. hugheskbh

    Microfocus Cobol on Unix OS

    Hi All, I have 2 Micro Focus cobol programs on the Unix OS. I need to have one call the other. How can I do this? Thanks
  7. hugheskbh

    Cobol programmer to Oracle DBA

    Hi All, I'm very interested in becoming a Oracle DBA. I've been a mainframe and midrange programmer for many years with expertise in Cobol and RPG. I've also been a SQLSERVER DBA (this was along with my programming duties). I know some oracle, but not enough to get hired as a Oracle DBA...
  8. hugheskbh

    Duplicate fields

    How can I identify records that have duplicate values in a field (position 2 thru 6). I need to indentify duplicate employee numbers in a file. Thanks Ken
  9. hugheskbh

    Duplicate records

    How can I find duplicate records in a file using Unix. For instance, I have a file with employee information. How can I find records with duplicate employee numbers in the file. Thanks Ken
  10. hugheskbh

    Searching for specific value witin files in a directory

    Can anyone tell me if there's a way to scan for a specific value within all the files of a directory with one command.
  11. hugheskbh

    Converting alphanumeric field to numeric

    I need to take the values in a alphanumeric field and place in a numeric field. Is there a way to convert or how can I accomplish this in Cobol. Thanks
  12. hugheskbh

    sorting in Unix

    Can someone please tell me what does the following command do: sort +0.0 -0.8 -o Thanks
  13. hugheskbh

    Merging files in Unix

    Can someone tell how would I merge 3 different files: a header file with one record, a detail file with numerous records, and a trailer file with a trailer record. I need to merge these file into one with the header record, detail record and trailer record. If anyone knows how to do this...
  14. hugheskbh

    How could I search for duplicates records in a query

    I have to create a query to search an employee master file for employees that may have the exact same social security number. How can I do this in sql. Thanks you
  15. hugheskbh

    Oracle DBA

    I'm a midrange and mainframe programmer with some database administration skills. I was actually the DBA on Microsoft SQLSERVER and I've assisted the Orace DBA. However, this was only a year of experience. I want to become a Oracle DBA. I know SQLPLUS, and I have a very good understanding of...
  16. hugheskbh

    Oracle sql

    How can I update a column with the values of a different column in sql. I'm trying to populate a column with the values of a separate column. Thanks
  17. hugheskbh

    translating uppercase to lowercase characters in a unix script

    How would I translate uppercase characters to lowercase characters in a unix script? I need to translate incoming parms from upper to lower and back again. Thanks
  18. hugheskbh

    end of month calculation

    Can someone help me calculate the end of month date in a calendar month in cobol?

Part and Inventory Search

Back
Top