c_asc2eb - Converts ASCII character string to EBCDIC

SYNTAX

#include "worgen.h"

FUNCTION c_asc2eb (buf, nbytes)

     char               *buf;
     long               *nbytes;

PARAMETERS

buf (input/output, character, length (*))

On input, buf is the ASCII character string that is to be converted. On output, buf is the EBCDIC character string.

nbytes (input, integer)

Number of bytes in buf that are to be converted.

DESCRIPTION

The c_asc2eb() routine is used to convert an ASCII character string to an EBCDIC character string.

RETURN VALUE

c_asc2eb() has no return values.