W3AI38

The W3AI38 routine converts ebcdic to ascii by character.

USAGE:    CALL W3AI38 (IE, NC)

   Input argument list:
     IE       - CHARACTER*1 ARRAY OF EBCDIC DATA
     NC       - INTEGER,  CONTAINS CHARACTER COUNT TO CONVERT....

   Output argument list:
     IE       - CHARACTER*1 ARRAY OF ASCII DATA

REMARKS:
        Software version of ibm370 translate instruction, by
        changing the two tables we could do a  64, 96, 128  ASCII
        character set, change lower case to upper, etc.
        The AEA routine converts data at a rate of 1.5 million
        characters per sec.
        Cray utility usccti convert ASCII to IBM EBCDIC
        Cray utility uscctc convert IBM EBCDIC to ASCII
        They convert data at a rate of 2.1 million characters per sec.
        CRAY UTILITY TR WILL ALSO DO A ASCII, EBCDIC CONVERSION.
        TR CONVERT DATA AT A RATE OF 5.4 MILLION CHARACTERS PER SEC.
        TR IS IN LIBRARY  /USR/LIB/LIBCOS.A   ADD TO SEGLDR CARD.

 
W3lib.tar Library contains Fortran 90 decoder/encoder routines for GRIB edition 1. (Fortran90)
Date posted: 2/22/2007