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 Mike Lewis 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: *

  1. gopalrathi

    Kanji charecters in Cobol

    Hi, Need some help on handling of Kanji charecters (for Japan System). We will receive a file with address details for the customer in Kanji. The address needs to be updated into a unicode DB2 table. How should this be handled in Cobol?? Does Kanji always contain double byte charecters? Gopal.
  2. gopalrathi

    Using SORT to merge two files

    Hi All, I have a requirement to merge two files as following. How Can I do this using SORT utility. Our mainframe does not support ICETOOL. File 1 File 2 ============ =============== Id %1 Id %2 A 45 A 25 A 55...
  3. gopalrathi

    Help for Sorting a file

    I tried DISK parameter but it didn't help. Quick refrence says DFSORT accepts this parameter but does not process it. There is another OUTFIL parameter REMOVECC which could sort this out for me. It removes the carriage control characters. You can also specify RECFM=FB. So life is easier for...
  4. gopalrathi

    Help for Sorting a file

    Thanks Glenn. This did solve the problem. I carried the same header as in the input file to both the output files. But I had to change RECFM of the output files from FB to FBA. What is the difference between the two? Do we need any different handling for FBA compared to FB in the programs...
  5. gopalrathi

    Help for Sorting a file

    Hi All, This is my first post in this forum. I want to know if following can be achieved through SORT (DFSORT or SYNCSORT)or I need to have a program for this. Input file is as follows. A and B are record types and TRL has the count of A and B records. HDR A A B TRL0003 The output of...

Part and Inventory Search

Back
Top