Search notes:

SAS programming, function fmtinfo

fmtinfo returns some information about a format or informat.
data _null_;

  chr = byte(65);
  put chr=; /* chr=A */

run;
Github repository about-SAS, path: /programming/functions/byte.sas

See also

functions

Index