CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    Data conversion: EBCDIC->ASCII , ASCII->EBCDIC

    Is there command to convert an EBCDIC string to ASCII and the other way around?

    Tom Cannaerts
    [email protected]

    The best way to escape a problem, is to solve it.
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Data conversion: EBCDIC->ASCII , ASCII->EBCDIC

    Take a look at :

    http://www.planetsourcecode.com/vb/s...txtCodeId=5902


    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

  3. #3
    Join Date
    May 1999
    Posts
    3,332

    Re: Data conversion: EBCDIC->ASCII , ASCII->EBCDIC

    if you have SNA client installed, you can use the Common Service verb CONVERT to convert between ASCII and EBCDIC by calling WinAsyncCSV.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured