Name
lookupccsid — return the coded character set identifier (CCSID) associated with a character set
Synopsis
lookupccsid codesetName
Description
This z/OS Co:Z utility is useful for determining the unicode services CCSID
associated with a character set.
This program uses the __toCcsid()
z/OS C runtime library function
to determine the numeric CCSID associated with codesetName
. If
unsuccessful, 0 is returned
Examples
/dovetail/coz/bin: > lookupccsid UTF-8
1208 UTF-8
/dovetail/coz/bin: > lookupccsid ISO8859-1
819 ISO8859-1