XCOM Data Transport

 View Only
  • 1.  EBCDIC a UTF-8

    Posted Dec 20, 2017 07:33 AM

    Cómo convertir de EBCDIC a UTF-8 (archivos desde Mainframe a Server Windows). Qué procedimiento XCOM lo hace?



  • 2.  Re: EBCDIC a UTF-8
    Best Answer

    Broadcom Employee
    Posted Dec 20, 2017 10:08 AM

    Hola Norma,

     

    Si, puedes convertir EBCDIC a UTF8. Estos son las instrucciones que puedes usar como ejemplo:

     

    1. Find the CCSID for the EBCDIC flavour that runs in your mainframe in the page:

       https://www-01.ibm.com/software/globalization/ccsid/ccsid_registered.html.

      These CCSID-tables are not owned by XCOM but they are universal.

    2. Find a CCSID there for UTF8 (there are several, I took the first).

    3. Code the former as LOCAL_CHARSET and the latter as REMOTE_CHARSET. In my case:

        PACK=NO

        CODE=UTF8

        LOCAL_CHARSET=CCSID#424

        REMOTE_CHARSET=CCSID#13497

     

    Puedes hacer referencia en nuestro manuales para mas detalles. Por favor de abrir un caso con Suporte si necesitas mas informacion or detalles.

     

    Bev Perez

    CA Support