Skip to main content

Servers  >  Mainframe servers  >  z/OS  >  

Language Environment module CSECT descriptions



The following is a list of Language Environment module CSECT decscriptions.  This list is meant to be used as a reference tool  and should not be considered a comprehensive list.

@@BLDFD        Build function descriptor from function pointer
@@CEEST        Check if input address is CEESTART
@@CEEST#C      Check if input address is CEESTART
@@CELLST       Get CEELLIST address from CEESTART
@@CPUMVS       Calculate and return elapsed job step CPU time
@@CRYECA       Encrypt 64 byte block for crypt()
@@CRYKYA       Convert 8 bytes of password input to crypt()
@@CRYOUA       Convert 64 0-1 value bytes to crypt() output
@@CVBLKA       Convert 8 0-255 value between 64 0-1 value bytes
@@CXGLUE       Internal glue routine for context functions
@@DABS@H#C     HEX abs
@@DACH@H#C     HEX acosh
@@DACS@H#C     HEX acos
@@DASH@H#C     HEX asinh
@@DASN@H#C     HEX asin
@@DATH@H#C     HEX atanh
@@DATN@H#C     HEX atan
@@DAT2@H#C     HEX atan2
@@DB2C         dynamic glue routine for COBOL to C
@@DCOS@H#C     HEX cos
@@DCRT@H#C     HEX cbrt
@@DCSH@H#C     HEX cosh
@@DCTN@H#C     HEX cotan
@@DC2B         dynamic glue routine for C to COBOL
@@DC2F         dynamic glue routine for C to FORTRAN
@@DDATA        __discarddata()
@@DDATA#C      __discarddata()
@@DDIM@H#C     HEX fdim
@@DEM1@H#C     HEX expm1
@@DERC@H#C     HEX erfc
@@DERF@H#C     HEX erf
@@DESDCA       Decrypt 64 byte block for encrypt()
@@DESECA       Encrypt 64 byte block for encrypt()
@@DESSKA       Produce DES key array from 64 byte input
               to setkey()
@@DEXP@H#C     HEX exp
@@DF1@BD       Extract binary-coded decimal digits
               from _Decimal32 number
@@DF1@BD#C     Extract binary-coded decimal digits
                from _Decimal32 number
@@DF1@DC       Determine decimal floating point data class
               of _Decimal32 number
@@DF1@DC#C     Determine decimal floating point data class
               of _Decimal32 number
@@DF1@EX       Extract exponent/significance 
               of _Decimal32 number
@@DF1@EX#C     Extract exponent/significance of
               _Decimal32 number
@@DF1@ID       Create _Decimal32 number from caller's digits
@@DF1@ID#C     Create _Decimal32 number from caller's digits
@@DF1@IE       Insert exponent into caller's _Decimal32 number
@@DF1@IE#C     Insert exponent into caller's _Decimal32 number
@@DF1@RR       ReRound a _Decimal32 number
@@DF1@RR#C     ReRound a _Decimal32 number
@@DF2@BD       Extract binary-coded decimal digits 
               from _Decimal64 number
@@DF2@BD#C     Extract binary-coded decimal digits
               from _Decimal64 number
@@DF2@DC       Determine decimal floating point data class
               of _Decimal64 number
@@DF2@DC#C     Determine decimal floating point data class
               of _Decimal64 number
@@DF2@EX       Extract exponent/significance of
               _Decimal64 number
@@DF2@EX#C     Extract exponent/significance of
               _Decimal64 number
@@DF2@ID       Create _Decimal64 number from caller's digits
@@DF2@ID#C     Create _Decimal64 number from caller's digits
@@DF2@IE       Insert exponent into caller's _Decimal64 number
@@DF2@IE#C     Insert exponent into caller's _Decimal64 number
@@DF2@RR       ReRound a _Decimal64 number
@@DF2@RR#C     ReRound a _Decimal64 number
@@DF2C         dynamic glue routine for FORTRAN to C
@@DF4@BD       Extract binary-coded decimal digits
               from _Decimal128 number
@@DF4@BD#C     Extract binary-coded decimal digits
               from _Decimal128 number
@@DF4@DC       Determine decimal floating point data class
               of _Decimal128 number
@@DF4@DC#C     Determine decimal floating point data class
               of _Decimal128 number
@@DF4@EX       Extract exponent/significance of
               _Decimal128 number
@@DF4@EX#C     Extract exponent/significance of
              _Decimal128 number
@@DF4@ID       Create _Decimal128 number from caller's digits
@@DF4@ID#C     Create _Decimal128 number from caller's digits
@@DF4@IE       Insert exponent into caller's _Decimal128 number
@@DF4@IE#C     Insert exponent into caller's _Decimal128 number
@@DF4@RR       ReRound a _Decimal128 number
@@DF4@RR#C     ReRound a _Decimal128 number
@@DGMA@H#C     HEX tgamma
@@DINT@H#C     HEX trunc
@@DIVI64#C     Signed 64bit division
@@DIVU64#C     Unsigned 64bit division
@@DLGB@H#C     HEX logb
@@DLGM@H#C     HEX lgamma
@@DLG1@H#C     HEX log10
@@DLG2@H#C     HEX log2
@@DLOG@H#C     HEX log
@@DL1P@H#C     HEX log1p
@@DMOD@H#C     HEX fmod
@@DNWN@H#C     HEX lround
@@DNXA@H#C     HEX nextafter
@@DREM@H#C     HEX remainder
@@DRN48A       CALCULATE X(i+1) = (a*X(i) + c)MOD(48)
               FOR DRAND48()
@@DRN48B       CALCULATE X(i+1) = (a*X(i) + c)MOD(48)
               FOR DRAND48()
@@DSCB@H#C     HEX scalb
@@DSGN@H#C     HEX copysign
@@DSIN@H#C     HEX sin
@@DSNH@H#C     HEX sinh
@@DSQT@H#C     HEX sqrt
@@DTAN@H#C     HEX tan
@@DTNH@H#C     HEX tanh
@@DTOP#C       Double to packed decimal
@@DXPD@H#C     HEX pow
@@DXPI@H#C     HEX pow_i
@@EABS@H#C     HEX hypot
@@EDCIPK       Insert PSW key
@@EXP@FM       Convert input integer to printable exponent
@@EXP@FM#C     Convert input integer to printable exponent
@@FECBI        Fetch interface code
@@FECBJ        Fetch interface code for POSIX
@@FECB2        Fetch control block for POSIX
@@FMAIN        Get CEEFMAIN address from CEESTART
@@FOPE@O       Large Files fopen()
@@FOPEN@       LIBASCII fopen()
@@FORTRC       fortrc()
@@FPCD@M       Set decimal floating point rounding mode
@@FPCD@M#C     Set decimal floating point rounding mode
@@FPCD@R       Read complete floating point control
               register for caller
@@FPCD@R#C     Read complete floating point control
               register for caller
@@FPCD@S       Save floating point control register
               and set DFP rounding mode
@@FPCD@S#C     Save floating point control register
               and set DFP rounding mode
@@FPCD@W       Write complete floating point control
               register for caller
@@FPCD@W#C     Write complete floating point control
               register for caller
@@FSKO@O       Large Files fseeko()
@@FTOP#C       Float to packed decimal
@@GAMODE       Get CRTL addressing mode
@@GETC         getcontext()
@@GETCNT       getcontext()
@@GETFN        Get function address and swap WSA
@@GETR13       Return R13 contents
@@GTDSA        Get DSA address
@@HSPABH       Hiperspace ABEND handler
@@IABND        Terminates runtime initialization
@@ILGB@H#C     HEX ilogb
@@IPM          Insert program mask
@@IPM#C        Insert program mask
@@IXPI@H#C     HEX pow_ii
@@LDMVS        Load module for fetch routine
@@LDTOP#C      Long double to packed decimal
@@LLIST        Get CEELLIST address from CEESTART
@@LRN48A       CALCULATE X(i+1) = (a*X(i) + c)MOD(48)
               FOR LRAND48()
@@MALL24#C     __malloc24()
@@MALL31#C     __malloc31()
@@MEM          Memory management interface routine
@@MRN48A       CALCULATE X(i+1) = (a*X(i) + c)MOD(48)
               FOR MRAND48()
@@MULI64#C     Signed 64bit multiplication
@@MULU64#C     Unsigned 64bit multiplication
@@PADD#C       Packed decimal add
@@PCHECK#C     Packed decimal validation
@@PCMP#C       Packed decimal compare
@@PDIV#C       Packed decimal divide
@@PHLOAT       Decimal to BFP conversion routine
@@PHLOUT       BFP to decimal conversion routine
@@PMPY#C       Packed decimal multiply
@@PSUB#C       Packed decimal subtract
@@PT@Y         pthread_yield
@@PTOD#C       Packed decimal to double
@@PTOF#C       Packed decimal to float
@@PTOI64#C     Packed decimal to signed 64-bit integer
@@PTOLD#C      Packed decimal to long double
@@PTOSB#C      Packed decimal to signed binary
@@PTOUB#C      Packed decimal to unsigned binary
@@PTOU64#C     Packed decimal to unsigned 64-bit integer
@@QABS@H#C     HEX absl
@@QACS@H#C     HEX acosl
@@QASN@H#C     HEX asinl
@@QATH@H#C     HEX atanhl
@@QATN@H#C     HEX atanl
@@QAT2@H#C     HEX atan2l
@@QCOS@H#C     HEX cosl
@@QCSH@H#C     HEX coshl
@@QCTN@H#C     HEX cotanl
@@QDIM@H#C     HEX fdiml
@@QERC@H#C     HEX erfcl
@@QERF@H#C     HEX erfl
@@QEXP@H#C     HEX expl
@@QINT@H#C     HEX truncl
@@QLG1@H#C     HEX log1pl
@@QLG2@H#C     HEX log2l
@@QLOG@H#C     HEX logl
@@QMOD@H#C     HEX fmodl
@@QSGN@H#C     HEX copysignl
@@QSIN@H#C     HEX sinl
@@QSNH@H#C     HEX sinhl
@@QSQT@H#C     HEX sqrtl
@@QTAN@H#C     HEX tanl
@@QTNH@H#C     HEX tanhl
@@QXPQ@H#C     HEX powl
@@RABS@H#C     HEX hypotl
@@RCE          Restore R15
@@RCINIT       Reentrant data initialization
@@SABS@H#C     HEX absf
@@SACS@H#C     HEX acosf
@@SASN@H#C     HEX asinf
@@SATH@H#C     HEX atanhf
@@SATN@H#C     HEX atanf
@@SAT2@H#C     HEX atan2f
@@SBTOP#C      Signed binary to packed decimal XPLINK
@@SCHD@Y       sched_yield
@@SCOS@H#C     HEX cosf
@@SCSH@H#C     HEX coshf
@@SCTN@H#C     HEX cotanf
@@SDIM@H#C     HEX fdimf
@@SERC@H#C     HEX erfcf
@@SERF@H#C     HEX erff
@@SETC         setcontext()
@@SETCNT       setcontext()
@@SEXP@H#C     HEX expf
@@SGMA@H#C     HEX tgammaf
@@SIGL#C       siglongjmp()
@@SIGLGJ       siglongjmp()
@@SIGS#C       sigsetjmp()
@@SIGSJM       sigsetjmp()
@@SINT@H#C     HEX truncf
@@SLE#C        Set up and invoke system LE
@@SLGM@H#C     HEX lgammaf
@@SLG1@H#C     HEX log1pf
@@SLG2@H#C     HEX log2f
@@SLOG@H#C     HEX logf
@@SMASK        Program mask handler - standalone
@@SMOD@H#C     HEX fmod
@@SNWN@H#C     HEX lroundf
@@SRN48A       Initialize 48-bit pseudo-random number X
@@SSGN@H#C     HEX copysignf
@@SSIN@H#C     HEX sinf
@@SSNH@H#C     HEX sinhf
@@SSQT@H#C     HEX sqrtf
@@STAN@H#C     HEX tanf
@@STCKR        Read from stack
@@STFLE        Issue STFLE instruction for caller
@@STFLE#C      Issue STFLE instruction for caller
@@STNH@H#C     HEX tanhf
@@STRCP        POSIX strcoll()
@@STRCPZ#C     POSIX strcoll()
@@SWPC         swapcontext()
@@SWPCNT       swapcontext()
@@SXPS@H#C     HEX powf
@@TABS@H#C     HEX hypotf
@@TO@B1        Cast input value to BFP float
@@TO@B1#C      Cast input value to BFP float
@@TO@B2        Cast input value to BFP double
@@TO@B2#C      Cast input value to BFP double
@@TO@B4        Cast input value to BFP long double
@@TO@B4#C      Cast input value to BFP long double
@@TO@D1        Cast input value to _Decimal32
@@TO@D1#C      Cast input value to _Decimal32
@@TO@D2        Cast input value to _Decimal64
@@TO@D2#C      Cast input value to _Decimal64
@@TO@D4        Cast input value to _Decimal128
@@TO@D4#C      Cast input value to _Decimal128
@@TO@H1        Cast input value to HEX float
@@TO@H1#C      Cast input value to HEX float
@@TO@H2        Cast input value to HEX double
@@TO@H2#C      Cast input value to HEX double
@@TO@H4        Cast input value to HEX long_double
@@TO@H4#C      Cast input value to HEX long_double
@@TOD          Return system time to C function
@@TODMVS       Return system time to C
@@TRGLOC       Trigger Load on Call
@@TRGLOR       Trigger Load on Reference
@@UBTOP#C      Unsigned binary to packed decimal XPLINK
@@WCSCP        POSIX wcscoll()
@@WCSCPZ#C     POSIX wcscoll()
@@XIFREE       Invoke SPC low level get storage
               routine @@XFREE
@@XIGET        Invoke SPC low level get storage
               routine @@XGET
@@ZKCLI        CICS - EXEC level common C library interface
@@ZKLST        Language List CSECT
@@24HFRE       SPC free 24 malloc
@FREEMX        Free memory file storage
@GETENV@       Get environment variable
@GETMEMX       Get memory file storage
@LONGJ#C       _longjmp()
@LONGJMP       _longjmp()
@SETJM#C       _setjmp()
@SETJMP        _setjmp()
@SYSMVS        System call on MVS
ATOI           atoi()
ATOI#C         XPLINK atoi()
ATOL           atol()
ATOL#C         XPLINK atol()
BTOWC          Stub: btowc()
BUFSIZ         INSPECT Constant BUFSIZ
CBCSG003       C++ signature CSECT
CCNQSG03       AMODE 64 C++ signature CSECT
CEE@BSTK       XPLINK alternate stack support
CEE@HPFR       XPLINK free stack segment
CEE@HPHK       XPLINK hook handler
CEE@HPSI       XPLINK stack increment
CEE@HPSO       XPLINK stack overflow
CEE@H2OS       XPLINK to OS linkage stack swap
CEE@RONU       CEL Run on Up stack
CEE@SFXC       XPLINK stack frame exit action
CEE@XPAL       XPLINK DSA extension
CEEANCH        CEL Anchor Vector (Get and Set CAA)
CEEARLU        Anchor Look-up service
CEEBABND       CEL System ABEND Routine
CEEBABP        Abend the process
CEEBADDM       Add new member
CEEBATRM       At Termination Registration
CEEBBEXT       BOOTSTRAP MODULE FOR Language Environment
CEEBCCAL       PreInit Compatibility CALL Function.
CEEBCINT       CEL Batch Initialization
CEEBCIN2       CEL Preinit Compatibility Initialization Part 2
CEEBCIN3       CEL Preinit Compatibility Initialization Part 3
CEEBCIOF       CEL Compiler Interface OverFlow
CEEBCKRI       Check for CEL ReInitialization
CEEBCOPP       Compiler Options Parser.
CEEBCPPL       Test for TSO CPPL
CEEBCRE        CEE3CRE service support
CEEBCRET       PIPI Return
CEEBCRIE       Create Implicit Enclave
CEEBCRLM       Cancel or release load module
CEEBCSYS       C/370 SYSTEM function support
CEEBCTRM       PreInit Compatibility Termination.
CEEBDATX       Default batch abnormal term ext to LE370
CEEBDDBC       Set Dummy DSA Back Chain
CEEBDEVH       CEL Default Event Handler
CEEBDSIE       Destroy Implicit Enclave
CEEBENV        Environment Variable Interface
CEEBETBL       CEL Externals Table
CEEBFCPP       Find CEESTART in PL/I PCB
CEEBFRB        FIND REQUEST BLOCK ADDRESS AND COUNT
CEEBFTCH       CEEFETCH
CEEBGEN        Get Entry Name
CEEBGERC       CEL GET ENCLAVE RETURN CODE SERVICE
CEEBGIN        Get Program Invocation Name
CEEBGROR       Generate Options Report
CEEBGSR        Initializes FORTRAN stubs for CEL
CEEBHINE       Condition manager initialization - enclave level
CEEBHOOK       Hook handler
CEEBHPHK       XPLINK Hook handler
CEEBIMNE       Initialize members in enclave
CEEBINIT       CEL Batch Initialization
CEEBINI2       CEL Batch Initialization Part 2
CEEBINT        Default HLL Initialization User Exit
CEEBLIBM       CEL Library Routine Retention support
CEEBLIIA       ROOT PIECE OF CEL INIT FOR OLD 
               CEESTT/PLISTART MODS
CEEBLLST       CEE LANGUAGE LIST VECTOR
CEEBLNUE       Load Notification User Exit
CEEBLOAD       CEL Initialization Load Routine
CEEBLRR        Library Routine Retention routine.
CEEBMBR        Member bootstrap routine.
CEEBOPTM       Options Merge
CEEBOPTP       CEL Options Processor
CEEBOREM       Output Options Error Messages
CEEBOSPL       Convert MVS and TSO plists to internal format
CEEBOSRN       Detect Execution under OSRUN
CEEBPADD       PIPI Add Entry Function
CEEBPARM       CEL INIT PARAMETER STRING SERVICE
CEEBPCAL       PIPI Call Function
CEEBPCAS       CEEPIPI Call Sub
CEEBPDME       CEEPIPI Delete Main Entry
CEEBPESC       PIPI End Sequence Function
CEEBPICI       Pre-Init Compatibility Interface
CEEBPIER       CEEPIPI Identify Entry Function
CEEBPINI       PIPI Initialization Function
CEEBPIRA       CEL Initialization Stub
CEEBPLST       PLIST Manipulation Routine
CEEBPPPL       Preprocess Parameter List
CEEBPRET       PIPI Return
CEEBPRTO       Parse Run-Time Options
CEEBPSSC       PIPI Start Sequence Function
CEEBPTER       PIPI Terminate Function
CEEBPUBT       CEEBPUBT
CEEBREEZ       Report header generator
CEEBRELS       CEERELES
CEEBRELU       RCB Look-up service part 2
CEEBSENM       Set enclave name routine
CEEBSERC       CEL SET ENCLAVE RETURN CODE SERVICE
CEEBSHL        Exit from/re-entry to CEL shell
CEEBSIOP       Set INTERRUPT option
CEEBSOFL       CEL Init stack overflow
CEEBSOFT       CEL Init stack overflow
CEEBSRCM       Set return code modifier
CEEBSRSA       Set Return Save Area
CEEBTERM       Batch Termination Routine
CEEBTOR        Terminate On Return from main program
CEEBTREC       CEL Signal with Term
CEEBTREN       Terminate Enclave.
CEEBTRM        CEL Termination Stub
CEEBTSOS       Check if running under TSO
CEEBVMPL       Convert VM/CMS PLIST to internal format
CEEBXITA       LE/370 Assembler User Exit under MVS
CEEBXITB       CEL Assembler User Exit under CMS
CEEBXITC       LE/370 Assembler User Exit under TSO
CEEBX05A       Sample Assembler User Exit under MVS for COBOL
CEECABND       LE-CICS perform ABEND
CEECBETL       CEL BETBL FOR C/370 compatibility
CEECCICS       LE-CICS interface routine
CEECDATX       Default CICS abnormal termination exit to LE370
CEECDEL        LE-CICS delete
CEECDEQ        LE-CICS DEQ
CEECDWS        LE-CICS determine working storage
CEECENC        CEL CICS Enclave Cleanup
CEECENQ        LE-CICS ENQ
CEECEOWN       LE-CICS establish ownership
CEECEPIA       CUSTOMER INFORMATION CONTROL
               SYSTEM - E X E C I N T
CEECFREE       Free the RICB under CICS
CEECFSTR       Low-level free storage under CICS
CEECFSTS       Process level free storage under CICS
CEECGET        Allocate the RICB under CICS
CEECGEX        CEL CICS GOTO exit routine
CEECGOTO       LE-CICS Perform GOTO
CEECGSTR       Low-level get storage under CICS
CEECGSTS       Process level get storage under CICS
CEECLOD        LE-CICS load
CEECMOUT       Dispatch message under CICS
CEECOPP        Compiler Options Parsing Program
CEECPINI       CICS Partition Initialization
CEECPTRM       CICS Partition Termination
CEECPYRT       CEL Copyright
CEECREIN       CICS Run-unit End Invocation
CEECRINI       CICS Run-unit Initialization
CEECRINV       CICS Run-unit Invocation
CEECRSM        CEL CICS Exception Handling resume
CEECRTRM       CICS Run-unit Termination
CEECSDMP       Take transaction dump under CICS
CEECSOS        Short on storage alert
CEECSPND       Suspend under CICS
CEECSTGO       LE-CICS stack overflow
CEECTCB        CEL TCB MODIFICATION ROUTINE
CEECTERM       LE-CICS program termination
CEECTINI       LE-CICS Thread Initialization
CEECTTRM       LE-CICS Thread Termination
CEECXITA       LE/370 Assembler User Exit under CICS
CEECXTAN       LE/370 Abnormal Termination User exit
               CSECT for CICS
CEECZLDR       Region level load under CICS
CEECZLOD       Process level load under CICS
CEEDOPT        CEEDOPT options CSECT
CEEEV003       C/C++ Run-time Library (31-bit NONXPLINK)
CEEEXTAN       LE/370 Abnormal Termination User exit CSECT
CEEFMAIN       CEEFMAIN
CEEHABC        ABEND with or without dump
CEEHABD        ABEND and optionally cleanup
CEEHCDLG       Condition management log writer
CEEHCHKI       LE/370 Check for IMS Routine
CEEHCHK5       Stack pre-validation routine
CEEHCHK6       CEL save area backchain check
CEEHCHK7       Savearea backchain check XPLINK
CEEHCIB        Interrogate CIB information
CEEHCOND       Access CEL Conditions
CEEHDHDL       Register SF0 Condition Handler
CEEHDSFX       DSA register fixup
CEEHDSP        CEL Dispatcher Routine
CEEHDTA        Retrieve Data From CIB
CEEHERP        Error recover routine
CEEHERRM       Output error location message
CEEHGMB        Get machine state block
CEEHGOTO       CEL GOTO Routine
CEEHGPID       Retrieve PID and Platform
CEEHGRN        Retrieve program name
CEEHGRO        Retrieve condition offset
CEEHHDLC       Cleanup HDL Stack
CEEHHDLR       Register User Condition Handler
CEEHHDLU       Unregister User Condition Handler
CEEHICIB       CEL Complete Initialize CEEXCIBH
CEEHITOK       Retrieve Initial Condition token
CEEHMID        CEL Identify member Id of a save area
CEEHMRCE       Move Resume Cursor Explicit
CEEHMRCM       Move Resume Cursor to Machine State
CEEHMRCR       Move Resume Cursor Relative
CEEHMSG        CEL trace back routine
CEEHOPLC       Copy Registers Not Saved
CEEHOPLS       CEL Leaf fix-up routine
CEEHPCFX       CEL Resume with new Q data values
CEEHPCQD       CEL Populate Q data for pgm checks
CEEHQXT        CEL Cond Hand Quick Exit Routine
CEEHREC        Allows nested Conditions
CEEHRNUH       Run on up from HCOM
CEEHRNUP       Simplified run on up
CEEHRSM        CEL Exception Handling resume
CEEHRSUM       MVS resume
CEEHSDMP       Call system dump service
CEEHSFXA       LE/370 Stack Frame eXit Action
CEEHSFXB       Stack frame exit action (down)
CEEHSFXD       Stack frame exit schedule (down)
CEEHSFXR       CEL Stack Frame eXit Release
CEEHSFXS       CEL Stack Frame eXit Schedule
CEEHSGL        CEL Signal Processor
CEEHSGLN       CEL Signal Processor
CEEHSGLT       CEL Signal Processor
CEEHSLA        CEL Second Level Attention Handler
CEEHSMO        AWI - Suppress Msg.
CEEHSMS        Set Machine State
CEEHSMSF       Free Machine State
CEEHSMS2       Set machine state
CEEHSPI        CEL ESPIE
CEEHSRP        Save resume point
CEEHSTA        LE/370 STAE Exit Routine
CEEHSTAP       Language Environment/370 Pre-Init Error Exit
CEEHSTX        CEL STAX Exit Routine
CEEHTRAV       CEL Block Collaps routine
CEEHTRM        CEL Termination of Exception Manager
CEEHVRES       Restore Vector Environment
CEEHVSAV       Save Vector Environment
CEEKBDMP       Control block dump service
CEEKCDO        Check dump option
CEEKCNDP       Condition information dump
CEEKCTRC       LE Trace CWI
CEEKDMDR       Dump driver
CEEKDOPT       Dump options parser
CEEKDUFM       Dump file manager
CEEKDUMP       Runtime Environment Dump Service
CEEKHDMP       Hexadecimal storage dump service
CEEKHDP2       Hexadecimal storage dump service 2
CEEKKMRA       PL/I - C dump invocation
CEEKLDMP       Single line message dump service
CEEKMFW        Format message for dump
CEEKMID        Determine member language for DSA
CEEKMSG        Format and display message
CEEKMSGF       Format message
CEEKRGR        Dump register extraction
CEEKSDMP       Symbolic dump of variables
CEEKSNP        Produce a SNAP dump
CEEKSTR        String manipulation routine
CEEKTBCK       Traceback utility
CEEKTDMP       Trace table dump service
CEEKTGET       Terminal read
CEEKTPUT       Terminal write
CEEKTRCB       Traceback utility
CEEKVDMP       Variable dump service
CEEKXTSD       Dump thread synchronization storage
CEELCLIN       CEL locale C/370 initialization routine
CEELFMON       CEL format monetary string
CEELFTDS       CEL format datetime string
CEELLCNV       CEL query numeric conventions
CEELLIST       CEE LANGUAGE LIST VECTOR
CEELQDTC       CEL query datetime formatting convention
CEELQRYL       CEL Query Locale Routine
CEELRRIN       Initialize LE370 Library Routine Retention
CEELRRTR       Terminate LE370 Library Routine Retention
CEELRSLR       CEL locale libvec resolver routine
CEELSCOL       CEL string collation comparison
CEELSETL       CEL Set Locale Routine
CEELSTXF       CEL string collation weight
CEEM@MOU       CEL Message Output: MVS
CEEM@VOU       CEL Message Output: CMS
CEEMAIN        CEEMAIN
CEEMAMIB       CEL Allocate Message Info Block Routine
CEEMBFBC       CEL Message Construct Token
CEEMCHMF       CEL Change Current MSGFILE
CEEMCLOS       CEL Close MSGFILE routine
CEEMCMIB       CEL Condition Message Info Block Routine
CEEMCNTY       CEL Country routine
CEEMDCOD       CEL Message Decode a Condition Token
CEEMFMCS       CEL Default Currency Symbol
CEEMFMDA       CEL Message Default Date Picture String
CEEMFMDS       CEL Default Decimal Separator
CEEMFMDT       CEL Message Default Date/Time Picture String
CEEMFMTM       CEL Message Format
CEEMFMTS       CEL Default Thousands Separator
CEEMFNDC       CEL Find Country Routine
CEEMFNDL       CEL Find Language Routine
CEEMFNDM       CEL Find a MIB on the MIB chain
CEEMGAB        CEL Get Abend Code
CEEMGQDT       Get q-data token for a condition token
CEEMGTFB       CEL Get a feedback code
CEEMINTT       CEL Message Thread Initialization routine
CEEMLANG       CEL National Language routine
CEEMLDMT       CEL Message Load Message Table
CEEMMGET       CEL Message Get
CEEMMGF        CEL Message Formatting routine
CEEMMOUT       CEL Message Output Routine
CEEMMSG        CEL Message Format and Display
CEEMMSGC       CEL Message Format and Display
CEEMNCOD       CEL Message Encode a Condition Token
CEEMODMF       CEL Message File Open
CEEMOPMF       CEL Open Current MSGFILE
CEEMOUTM       CEL Message Output Common Driver
CEEMPMCP       CEL POSIX Find CEEDUMP Path
CEEMPMSG       POSIX (Open/MVS Output I/O Services,
CEEMQDMF       CEL Message Query Settings
CEEMQFBC       CEL Construct a Condtion Token
CEEMQUMF       CEL Query Message File
CEEMSQDT       Set q-data token for a condition token
CEEMSTAB       CEL Store Abend Code
CEEMSTMF       CEL Message File Status
CEEMTRME       CEL Message Enclave Termination routine
CEEMTRMP       CEL Message Process Termination routine
CEEMTRMT       CEL Message Thread Termination routine
CEEMTSFB       CEL Message Translate Feedback Token
CEEMTSFC       CEL Message Construct Token
CEEMUEN3       CEL Message File for Messages
               from 3000-3999 3DMP WAS L*1291
CEEMURTB       User Routine Traceback
CEEOCREN       CEE Enclave Initialization for OpenMVS
CEEOCRTH       CEE Thread Initialization for OpenMVS
CEEODSEN       CEE Enclave Termination for OpenMVS
CEEODSTH       CEE Thread Termination for OpenMVS
CEEOELAT       Default Latch Error Routine
CEEOEXEC       POSIX exec interface
CEEOEXIT       POSIX process termination.
CEEOEXRO       Build _CEE_RUNOPTS environment variable
CEEOFORK       POSIX fork interface
CEEOGLAT       Get Latch Service,
CEEOGLTX       XPLINK Get Latch
CEEOGPI        POSIX process termination.
CEEOIPT        BPX1IPT Interface Routine
CEEOKILL       CEL Kill Processor
CEEOPAD        POSIX pthread_attr_destroy Routine
CEEOPAGD       POSIX pthread_attr_getdetachstate()
CEEOPAGS       POSIX pthread_attr_getstacksize()
CEEOPAGT       POSIX pthread_attr_getsynctype()
CEEOPAGW       POSIX pthread_attr_getweight_np()
CEEOPAI        POSIX pthread_attr_init Routine
CEEOPASD       POSIX pthread_attr_setdetachstate()
CEEOPASS       POSIX pthread_attr_setstacksize()
CEEOPAST       POSIX pthread_attr_setsynctype()
CEEOPASW       POSIX pthread_attr_setweight_np()
CEEOPC         POSIX pthread_create interface
CEEOPCB        POSIX pthread_cond_broadcast interface
CEEOPCD        POSIX pthread_cond_destroy interface
CEEOPCI        POSIX pthread_cond_init interface
CEEOPCMM       POSIX MiniMain routine
CEEOPCPO       POSIX pthread_cleanup_pop interface
CEEOPCPU       POSIX pthread_cleanup_push interface
CEEOPCS        POSIX pthread_cond_signal interface
CEEOPCT        POSIX pthread_cond_timedwait interface
CEEOPCW        POSIX pthread_cond_wait interface
CEEOPDD        POSIX pthread_condattr_destroy interface
CEEOPDG        POSIX pthread_condattr_getkind interface
CEEOPDI        POSIX pthread_condattr_init interface
CEEOPDS        POSIX pthread_condattr_setkind interface
CEEOPE         pthread_exit() support
CEEOPEF        pthread_exit() support
CEEOPEQ        POSIX pthread_equal interface
CEEOPGS        POSIX pthread_getspecific interface
CEEOPIPI       PRE - INITIALIZATION RESIDENT NON-TASKING
CEEOPJ         POSIX pthread_join()
CEEOPKC        POSIX pthread_key_create interface
CEEOPKD        POSIX pthread_key_delete interface
CEEOPMD        POSIX pthread_mutex_destroy interface
CEEOPMI        POSIX pthread_mutex_init interface
CEEOPMIA       POSIX pthread_mutex_init (array) interface
CEEOPML        POSIX pthread_mutex_lock interface
CEEOPMLR       POSIX pthread mutex recovery
CEEOPMLX       POSIX pthread_mutex_lock XPLINK
CEEOPML2       POSIX pthread_mutex_lock C linkage
CEEOPMT        POSIX pthread_mutex_trylock interface
CEEOPMU        POSIX pthread_mutex_unlock interface
CEEOPMUX       POSIX pthread_mutex_unlock XPLINK
CEEOPMU2       POSIX pthread_mutex_unlock C linkage
CEEOPO         POSIX pthread_once interface
CEEOPQEX       Quick Freeze Exit Routine
CEEOPRL        POSIX pthread_rwlock_rdlock interface
CEEOPRLX       POSIX pthread_rwlock_rdlock XPLINK interface
CEEOPRL2       POSIX pthread_rwlock_rdlock C interface
CEEOPRT        POSIX pthread_rwlock_tryrdlock interface
CEEOPRU        POSIX pthread_rwlock_unlock interface
CEEOPRUX       POSIX pthread_rwlock_unlock XPLINK interface
CEEOPRU2       POSIX pthread_rwlock_unlock C interface
CEEOPS         POSIX pthread_self interface
CEEOPSS        POSIX pthread_setspecific interface
CEEOPWL        POSIX pthread_rwlock_wrlock interface
CEEOPWLX       POSIX pthread_rwlock_wrlock XPLINK interface
CEEOPWL2       POSIX pthread_rwlock_wrlock C interface
CEEOPWT        POSIX pthread_rwlock_trywrlock interface
CEEOPXD        POSIX pthread_mutexattr_destroy interface
CEEOPXG        POSIX pthread_mutexattr_getkind interface
CEEOPXI        POSIX pthread_mutexattr_init interface
CEEOPXS        POSIX pthread_mutexattr_setkind interface
CEEOQFEX       Quiesce Freeze Exit Routine
CEEORLAT       Release Latch Service
CEEORLTX       XPLINK Release Latch
CEEOSIGD       LE/OpenMVS Signal Interrupt Routine
CEEOSIGG       Signal generation CWI
CEEOSIGH       Signal Interrupt Routine - Synchronous Signals
CEEOSIGI       Signal Interrupt Routine - Asynchronous Signals
CEEOSIGJ       Signal Delivery Routine
CEEOSIGP       Signal Putback Routine
CEEOSIGR       LE/OpenMVS Signal Request Routine
CEEOSIGX       XPLINK Signal Resolicitation
CEEOSIGY       Resolicit Putback Signals
CEEOSPWN       CEL spawn service
CEEOTERM       POSIX Termination Routine
CEEOXCTD       POSIX Cleanup routine Thread destroy exit
CEEOXEXE       Exec exit routine interface
CEEOXKED       POSIX Key data enclave destroy exit
CEEOXKTD       POSIX Key Data thread destroy exit
CEEOXMEC       POSIX mutex enclave create exit
CEEOXMED       POSIX mutex enclave destroy exit
CEEOXMTC       POSIX mutex thread create exit
CEEOXMTD       POSIX mutex thread destroy exit
CEEOXMTI       POSIX mutex trace init
CEEO1DEL       BPX1DEL Interface Routine
CEEO1ENV       BPX1ENV Interface Routine
CEEO1EXI       BPX1EXI Interface Routine
CEEO1GPP       BPX1GPP Interface Routine
CEEO1IPT       BPX1IPT Interface Routine
CEEO1LOD       BPX1LOD Interface Routine
CEEO1MPC       BPX1MPC Interface Routine
CEEO1MSD       BPX1MSD Interface Routine
CEEO1MSS       BPX1MSS Interface Routine
CEEO1PTQ       BPX1PTQ Interface Routine
CEEO1PTX       BPX1PTX Interface Routine
CEEO1SPM       BPX1SPM Interface Routine
CEEP#CAL       CEL Pre-init Compatibility Call Program.
CEEP#INT       Pre-init Compatibility Initialization.
CEEP#TRM       CEL Pre-init Compatibility Termination.
CEEPBETL       CEL BETBL for PL/I compatibility
CEEPBETS       CEL BETBL for PL/I compatibility
CEEPBSFL       DLL Search Function Name
CEEPBSFP       DLL Search Function Name
CEEPBSF2       DLL Search Function Name
CEEPBSVL       DLL Search Variable Name
CEEPBSVP       DLL Search Variable Name
CEEPBSV2       DLL Search Variable Name
CEEPCLDL       CEL Explicit DLL Close
CEEPCL24       Libvec Amode24 Initialization
CEEPCL31       Libvec Amode31 Initialization
CEEPDEL        CEL Enclave-Level Delete Service
CEEPDELT       CEL Thread-Level Delete Service
CEEPDEL2       CEL Thread Level Delete Service
CEEPDLC        CEL Delete Service Routine
CEEPDLOD       CEL Dynamic Load Service
CEEPDSUS       DSA Setup Service
CEEPFDE        CEL Explicit DLL Free
CEEPFWSA       CEL Find WSA
CEEPGETP       CEL Get Function Pointer
CEEPGTFN       CEL Get Function and swap WSA
CEEPHTLD       CEL XPLINK Trigger Load on Call
CEEPHTLR       CEL XPLINK Trigger Load on Reference
CEEPIPI        Pre-Init Main Routine.
CEEPLCDS       Check DLL State
CEEPLCU        CEL Latch Recovery Cleanup
CEEPLDC        CEL Load Service Routine
CEEPLDE        CEL Explicit DLL Load
CEEPLDLC       DLL Lock Cleanup
CEEPLDLL       CEL Load DLL
CEEPLDWC       DLL Wait Cleanup
CEEPLIST       LE language list for PL/I compatibility
CEEPLLO        LIBVEC loader
CEEPLOD        CEL Enclave-Level Load Service
CEEPLODT       CEL Thread-Level Load Service
CEEPLOD2       CEL Load Service
CEEPLPKA       CEL Common Runtime
CEEPLRDS       Reset DLL State
CEEPLSW        LIBVEC replacement service
CEEPLVE        Subroutine Verify Load/Delete
CEEPLVI        LIBVEC Initialization
CEEPLVT        LIBVEC Termination
CEEPL24        Libvec Amode24 Initialization
CEEPMATH       Math routine eyecatcher for PL/I only
CEEPMDEL       CEL Deleter for MVS
CEEPMLOD       CEL Loader for MVS
CEEPOPDL       CEL Explicit DLL Open
CEEPPOS        CEL Program Object Services
CEEPQDF        CEL DLL Query Function
CEEPQDV        CEL DLL Query Variable
CEEPQLD        CEL Query Load List Table
CEEPQLOD       CEL Query Load List Table
CEEPRELP       CEL Release Function Descriptor
CEEPSG10       LE PL/I signature csect for compatibility
CEEPSYDL       CEL Explicit DLL Symbol Lookup
CEEPTLC        DLL, Trigger Load on Call
CEEPTLOR       Trigger Load DLL on Reference
CEEPTLR        DLL, Trigger Load on Reference
CEEPULOD       CEL Dynamic Load Service
CEEPVDEL       CEL Delete for VM
CEEPVLOD       CEL Loader for VM
CEEQCMP1       Compress one 4 or 8 byte argument routine
CEEQCMP2       Compress two 4 or 8 byte arguments routine
CEEQCMP3       Compress three 4 or 8 byte arguments routine
CEEQCMP4       Compress four 4 or 8 byte arguments routine
CEEQEXP1       Expand one 4 or 8 byte argument routine
CEEQEXP2       Expand two 4 or 8 byte arguments routine
CEEQMDSA       Mathematical DSA - CSECT
CEEQMINR       Initialize math and vector control blocks
CEEQMINR#C     Initialize math control blocks XPLINK
CEEQMINT       MATH initialization
CEEQMSPI       Math (E)SPIE exit assist routine
CEEQMSTA       Math (E)STAE exit assist routine
CEEQPMIR       Save Vector Environment
CEEQSWER       Math software error handler
CEEQT00A       Math Data Table
CEEQT001       Math Data Table
CEEQT002       MATH DATA TABLE
CEEQT003       Math Data Table
CEEQT004       Math Data Table
CEEQT005       Math Data Table
CEEQT006       MATH DATA TABLE
CEEQT007       Math Data Table
CEEQT008       Math Data Table
CEEQT009       Math Data Table
CEEQVINI       Save Vector Environment
CEERELU        RCB Look-up service part 1
CEEROOTA       BOOTSTRAP MODULE FOR LE
CEEROOTB       BOOTSTRAP MODULE FOR LE
CEERTFM        CEL Run Time Function Monitor
CEESG001       Signature CSECT for CEL
CEESG003       Signature CSECT for C
CEESTART       CEESTART
CEETFREZ       Freeze all threads
CEETGCAA       Get next CAA
CEETREGS       Get next regs for a frozen thread
CEETTHAW       Thread Unfreeze
CEEUCALL       Call user code from CEL
CEEUOPT        USER OPTIONS TABLE
CEEV#FH        Free Heap C interface
CEEV#FRS       Low-level Free Heap Storage
CEEV#GH        Get Heap C interface
CEEV#GTB       Get Heap Storage Below 16M, Uncond.
CEEV#GTS       low-level Get Heap Storage (conditional
CEEVADDA       Heap checker add entry
CEEVALCA       C compiler alloca support
CEEVASTK       CEL alternate stack
CEEVBSTK       CEL alternate stack XPLINK
CEEVCRHP       Create Heap Service
CEEVCZST       Change Size of Storage Element
CEEVDMPH       Dump all heap storage
CEEVDSHP       Destroy Heap Service
CEEVFHPH       XPLINK non-heap pools free heap
CEEVFHRT       Free heap router routine
CEEVFQP        Heap pools free heap
CEEVFQT        Heap pools free heap trace
CEEVFRAH       Ffree all heap storage
CEEVFRAS       free all stack storage
CEEVFRRS       Free Reserve Stack Segment
CEEVFRST       Free Heap Storage callable service
CEEVFRS0       Free Storage Zero (the CAA & others
CEEVFSTR       Free Storage (System Dependent Code
CEEVFSTS       CEL default FREEMAIN service routine
CEEVGET        DYNAMIC STORAGE ALLOCATOR (CJS
CEEVGHPH       XPLINK non-heap pools get heap
CEEVGHRT       Get heap router routine
CEEVGQP        Heap pools get heap
CEEVGQT        Heap pools get heap trace
CEEVGSTR       Get Storage (System Dependent Code
CEEVGSTS       CEL default GETMAIN service routine
CEEVGTHP       Get thread level heap CWI
CEEVGTIH       Get Initial Heap Storage
CEEVGTIS       Get Initial Stack Storage
CEEVGTLS       Extend Library Stack and allocate DSA
CEEVGTRS       Get Reserve Stack Segment
CEEVGTS        Extend User Stack and allocate DSA
CEEVGTSB       GeT heap Storage Below callable service
CEEVGTSI       Get a stack increment
CEEVGTST       Get Heap Storage callable service
CEEVGTSX       Extend a DSA on user stack
CEEVGTS0       Get Storage Zero (for CAA and a DSA
CEEVGTS1       Extend Usr Stk/alloc DSA for non-CEL routine
CEEVGTUN       Get User NAB address
CEEVGUNE       Get User NAB address -enhanced
CEEVGUNO       Get User NAB address without abending
CEEVHMSG       Write heap error message
CEEVHPCK       Examine heap for damage
CEEVHPIS       Get Initial HP Stack Storage
CEEVHRPT       Dynamic heap storage report
CEEVIQP        Heap pools initialization
CEEVOGSX       Extend User Stack and allocate DSA OPLINK
CEEVOGTS       Extend User Stack and allocate DSA OPLINK
CEEVREL        DYNAMIC STORAGE ALLOCATOR (CJS)
CEEVROND       Run on down stack swap
CEEVRPTH       Set Report Heading
CEEVSRPT       Storage Report
CEEVSSEG       Boundary address of stack segment containing DSA
CEEVSSFR       Stack Segment Free
CEEVSTLO       Latch service for get and free heap
CEEVSTX1       Storage tuning enclave initialization
CEEVSTX2       Storage tuning enclave termination
CEEVTOVF       Stack overflow routine
CEEVTREE       Search free tree
CEEVUGPG       Unprotect Guard Page
CEEVUHCR       User Heap Create
CEEVUHFH       User Heap Free XPLINK
CEEVUHFR       User Heap Free
CEEVUHGH       User Heap Get XPLINK
CEEVUHGT       User Heap Get
CEEVUHRP       User Heap Report
CEEXDUCB       Dump Control Block Mapping
CEEYADJL       Adjust left character intrinsic function
CEEYADJR       Adjust right character intrinsic function
CEEYCBLD       Conver character date to COBOL Lillian date
CEEYCBTS       Invoke debugger service
CEEYCVHE       Hex float to dec float conversion, perfectly
               rounded
CEEYCVHF       Hex float to dec fixed conversion, perfectly
               rounded
CEEYCVHI       Dec float to hex float conversion, perfectly
               rounded
CEEYDATE       Convert Lilian Date To Character Format
CEEYDATM       Convert Seconds To Character Timestamp
CEEYDAYS       Convert Character Date To Lilian Date
CEEYDSAF       Find previous DSA
CEEYDTCB       Initialize date/time control block
CEEYDTFM       Date/time formatter
CEEYDYWK       Calculate Day of Week from Lilian Date
CEEYEPAF       Find entry point address, PPA1, and PPA2 for DSA
CEEYGJUL       Convert Julian date to Gregorian date
CEEYGMT        Get Current Greenwich Mean Tim
CEEYGMTO       Get Offset From GMT To Local Time
CEEYILTM       Trim character intrinsic function
CEEYINDX       Index character intrinsic function
CEEYISCN       Scan character intrinsic function
CEEYISEC       Convert Integers To Seconds
CEEYIVRF       Verify character intrinsic function
CEEYJGRG       Convert Gregorian date to Julian date
CEEYJLIL       Convert Lilian date to Julian date
CEEYLEAP       Determine if Gregorian Calendar is Leap Year
CEEYLHMS       Convert FP seconds to Lilian Day,HR,MIN,SEC,M
CEEYLJUL       Convert Julian date to Lilian date
CEEYLOCT       Obtain Local Date/Time in several formats
CEEYMID        CEL Identify member Id of a save area
CEEYPAPI       Parse picture string
CEEYPPA        CEL Break down PPA addresses
CEEYPPAF       Find PPA1 optional field address
CEEYQCEN       Query century window for 2-digit years
CEEYRAN0       Calculate Uniform Random Numbers
CEEYREPT       Repeat character intrinsic function
CEEYSCEN       Set century window for 2-digit years
CEEYSECI       Convert Seconds To Integers
CEEYSECS       Convert Timestamp To Number of Seconds
CEEYSORT       CEL Sort Callable Service.
CEEYTDLI       CEE to IMS DL/I Interface
CEEYTEST       Invoke Debugger service
CEEYTRIM       Trim character intrinsic function
CEEYUSRA       Set or Query User Area in EDB
CEEZATEX       Drive Atexit routines
CEEZCONS       Register for Static Constructor Init Evnt
CEEZCREN       CEE Create Enclave
CEEZCRPR       CEE Create Process
CEEZCRRE       CEE Create Region
CEEZCRTH       CEE Create Thread
CEEZDEL        CEL Process Level Delete Service
CEEZDELR       CEL Region Level Delete Service
CEEZDSEN       Destroy Enclave
CEEZDSEX       Destroy Execution Resources
CEEZDSPR       Destroy Process
CEEZDSRE       Destroy Region
CEEZDSTH       Destroy Thread
CEEZENV        Environment Variable Interface
CEEZFEST       Free preallocated Enclave Storage
CEEZFSTS       Process level freestore routine
CEEZGPES       Get Permanent Enclave Stg Overflow
CEEZGPPS       Get Permanent Process Stg Overflow
CEEZGSTS       Process level getstore routine
CEEZIDT        Debugger Initialization
CEEZINV        Initialization Invocation Exit
CEEZLOD        CEL Process Level Load Service
CEEZLODR       CEL Region Level Load Service
CEEZOPTE       Common Options Error output
CEEZPEST       Preallocate Enclave Storage
CEEZRECT       Recursive Termination.
CEEZRET        Return from application
CEEZSETE       CEL TOC Routine
CEEZTCOD       Termination Code Calculations.
CEEZTERM       LE/MVS termination routine
CEEZ1IPT       BPX1IPT Target Routine
CEE1DACD       Vector Arccosine - double precision - degree
CEE1DACS       Vector Arccosine - double precision
CEE1DASD       Vector Arcsine - double precision - degree
CEE1DASN       Vector Arcsine - double precision
CEE1DATD       Vector Arctangent - double precision - degree
CEE1DATN       Vector Arctangent - double precision
CEE1DAT2       Vector Arctangent 2 - double precision
CEE1DA2D       Vector Arctangent 2 - double precision - degree
CEE1DCOS       Vector Cosine - double precision
CEE1DCSD       Vector Cosine - double precision - degree
CEE1DCSH       Vector Hyp. Cosine - double precision
CEE1DCTN       Vector Cotangent - double precision
CEE1DERC       Vector (1-Error Function - double precision
CEE1DERF       Vector Error Function - double precision
CEE1DEXP       Vector EXP (Base e - double precision
CEE1DGMA       Vector Gamma Function - double precision
CEE1DLGM       Vector Log Gamma Function - double precision
CEE1DLG1       Vector LOG (Base 10 - double precision
CEE1DLOG       Vector LOG (Base e - double precision
CEE1DSIN       Vector Sine - double precision
CEE1DSND       Vector Sine - double precision - degree
CEE1DSNH       Vector Hyp. Sine - double precision
CEE1DSQR       Vector Square Root - double p recision
CEE1DSQT       Vector Square Root - double precision
CEE1DTAN       Vector Tangent - double precision
CEE1DTND       Vector Tangent - double precision - degree
CEE1DTNH       Vector Hyp. Tangent - double precision
CEE1DXPD       Vector EXP R**R - double precision
CEE1DXPI       Vector EXP R**I - double precision
CEE1EABS       Vector Complex ABS Function - double precision
CEE1ECOS       Vector Complex Cosine - double precision
CEE1EDVD       Vector Floating Complex Divide - double
               precision
CEE1EEXP       Vector Complex EXP (Base e - double precision
CEE1ELOG       Vector Complex LOG (Base e - double precision
CEE1ESIN       Vector Complex Sine - double precision
CEE1ESQT       Vector Complex Square Root - double precision
CEE1EXPE       Vector EXP C**C - double precision
CEE1EXPI       Vector Complex EXP C**I - double precision
CEE1ICLR       Vector Bit Clear
CEE1ISET       Vector Bit Set
CEE1ISHF       Vector Bit Shift
CEE1ITST       Vector Bit Test
CEE1IXPI       Vector EXP I**I - single precision
CEE1SACD       Vector Arccosine - single precision - degree
CEE1SACS       Vector Arccosine - single precision
CEE1SASD       Vector Arcsine - single precision - degree
CEE1SASN       Vector Arcsine - single precision
CEE1SATD       Vector Arctangent - single precision - degree
CEE1SATN       Vector Arctangent - single precision
CEE1SAT2       Vector Arctangent 2 - single precision
CEE1SA2D       Vector Arctangent 2 - single precision - degree
CEE1SCOS       Vector Cosine - single precision
CEE1SCSD       Vector Cosine - single precision - degree
CEE1SCSH       Vector Hyp. Cosine - single precision
CEE1SCTN       Vector Cotangent - single precision
CEE1SERC       Vector (1-Error Function - single precision
CEE1SERF       Vector Error Function - single precision
CEE1SEXP       Vector EXP (Base e - single precision
CEE1SGMA       Vector Gamma Function - single precision
CEE1SLGM       Vector Log Gamma Function - single precision
CEE1SLG1       Vector LOG (Base 10 - single recision
CEE1SLOG       Vector LOG (Base e - single precision
CEE1SSIN       Vector Sine - single precision
CEE1SSND       Vector Sine - single precision - degree
CEE1SSNH       Vector Hyp. Sine - single precision
CEE1SSQR       Vector Square Root - single precision
CEE1SSQT       Vector Square Root - single precision
CEE1STAN       Vector Tangent - single precision
CEE1STND       Vector Tangent - single precision - degree
CEE1STNH       Vector Hyp. Tangent - single precision
CEE1SXPI       Vector EXP R**I - single precision
CEE1SXPS       Vector EXP R**R - single precision
CEE1TABS       Vector Complex ABS Function - single precision
CEE1TCOS       Vector Complex Cosine - single precision
CEE1TDVD       Vector Floating Complex Divide - single
               precision
CEE1TEXP       Vector Complex EXP (Base e - single precision
CEE1TLOG       Vector Complex LOG (Base e - single precision
CEE1TSIN       Vector Complex Sine - single precision
CEE1TSQT       Vector Complex Square Root - single precision
CEE1TXPI       Vector Complex EXP C**I - singe precision
CEE1TXPT       Vector EXP C**C - single precision
CEE3AB2        Requests to terminate with ABEND and user
               defined reason code
CEE4DABS       Scalar ABS Function - double precision
CEE4DACD       Scalar Arccosine - double precision - degree
               output
CEE4DACH       Scalar Hyp. Arccosine - double precision
CEE4DACS       Scalar Arccosine - double precision
CEE4DASD       Scalar Arcsine - double precision - degree
               output
CEE4DASH       Scalar Hyp. Arcsine - double precision
CEE4DASN       Scalar Arcsine - double precision
CEE4DATD       Scalar Arctangent - double precision - degree 
               output
CEE4DATH       Scalar Hyp. Arctangent - double precision
CEE4DATN       Scalar Arctangent - double precision
CEE4DAT2       Scalar Arctangent 2 - double precision
CEE4DA2D       Scalar Arctangent 2 - double precision - degree
               output
CEE4DCOS       Scalar Cosine - double precision
CEE4DCRT       Return cube root of x   - real*8
CEE4DCSD       Scalar Cosine - double precision - degree input
CEE4DCSH       Scalar Hyp. Cosine - double precision
CEE4DCTN       Scalar Cotangent - double precision
CEE4DDIM       Scalar Positive Difference - single precision
CEE4DEM1       Exp(x) minus 1
CEE4DERC       Scalar 1 - Error Function - double precision
CEE4DERF       Scalar Error Function - double precision
CEE4DEXP       Scalar EXP (Base e - double precision
CEE4DGMA       Scalar Gamma Function - double precision
CEE4DINT       Scalar Truncation - double precision
CEE4DLGB       Return an unbiased exponent - real*8
CEE4DLGM       Scalar Log Gamma Function - double precision
CEE4DLG1       Scalar LOG (Base 10 - double precision
CEE4DLG2       Scalar LOG (Base 2 - double precision
CEE4DLOG       Scalar LOG (Base e - double precision
CEE4DL1P       Scalar LOG (1 + x) - double precision
CEE4DMOD       Scalar MOD Arithmetic - double precision
CEE4DNIN       Scalar Nearest Integer - double precision
CEE4DNJN       Scalar Nearest Integer - Double precision
CEE4DNWN       Scalar Nearest Whole Number - double precision
CEE4DNXA       Next representable floating point number
CEE4DREM       Floating point remainder - double precision
CEE4DSCB       Scalb - double precision
CEE4DSGN       Scalar Transfer of Sign - single precision
CEE4DSIN       Scalar Sine - double precision
CEE4DSND       Scalar Sine - double precision - degree input
CEE4DSNH       Scalar Hyp. Sine - double precision
CEE4DSQR       Scalar Square Root - double precision
CEE4DSQT       Scalar Square Root - double precision
CEE4DTAN       Scalar Tangent - double precision
CEE4DTND       Scalar Tangent - double precision - degree input
CEE4DTNH       Scalar Hyp. Tangent - double precision
CEE4DXPD       Scalar EXP R**R - double precision
CEE4DXPI       Scalar EXP R**I - double precision
CEE4DXPJ       Scalar EXP R**J - double precision
CEE4EABS       Scalar Complex ABS Function - double precision
CEE4EATH       Scalar Complex Hyp. Arctangent - double
               precision
CEE4EATN       Scalar Complex Arctangent - double precision
CEE4ECJG       Scalar Conjugate of complex - double precision
CEE4ECOS       Scalar Complex Cosine - double precision
CEE4ECSH       Scalar Complex Hyp. Cosine - double precision
CEE4EDVD       Scalar Floating Complex Divide - double
               precision
CEE4EEXP       Scalar Complex EXP (Base e - double precision
CEE4EIMG       Scalar Imag. part of complex - double precision
CEE4ELOG       Scalar Complex LOG (Base e - double precision
CEE4EMLT       Scalar Floating Complex Multiply - double
               precision
CEE4ESIN       Scalar Complex Sine - double precision
CEE4ESNH       Scalar Complex Hyp. Sine - double precision
CEE4ESQT       Scalar Complex Square Root - double precision
CEE4ETAN       Scalar Complex Tangent - double precision
CEE4ETNH       Scalar Complex Hyp. Tangent - double precision
CEE4EXPE       Scalar EXP C**C - double precision
CEE4EXPI       Scalar Complex EXP C**I - double precision
CEE4EXPJ       Scalar Complex EXP C**J - double precision
CEE4HABS       Scalar ABS Function - single precision
CEE4HBIT       Scalar Bit Extraction routine
CEE4HCLR       Scalar Bit Clear routine
CEE4HDIM       Scalar Positive Difference - single precision
CEE4HLSH       Scalar Bit Left Shift routine
CEE4HMOD       Scalar MOD Arithmetic - single precision
CEE4HRSH       Scalar Bit Right Shift routine
CEE4HSET       Scalar Bit Set routine
CEE4HSGN       Scalar Transfer of Sign - single precision
CEE4HSHC       Scalar Bit Circular Shift routine
CEE4HSHF       Scalar Bit Shift routine
CEE4HTJT       Scalar Bit Test routine
CEE4HTST       Scalar Bit Test routine
CEE4IABS       Scalar ABS Function - single precision
CEE4IBIT       Scalar bit extraction
CEE4ICLR       Scalar Bit Clear routine
CEE4IDIM       Scalar Positive Difference - single precision
CEE4ILGB       Ilogb - double precision
CEE4ILSH       Scalar Bit Left Shift routine
CEE4IMOD       Scalar MOD Arithmetic - single precision
CEE4IRSH       Scalar Bit Right Shift routine
CEE4ISET       Scalar Bit Set routine
CEE4ISGN       Scalar Transfer of Sign - single precision
CEE4ISHC       Scalar Bit Circular Shift routine
CEE4ISHF       Scalar Bit Shift routine
CEE4ITJT       Scalar Bit Test routine
CEE4ITST       Scalar Bit Test routine
CEE4IXPI       Scalar EXP I**I - single precision
CEE4IXPJ       Scalar EXP I**J - single precision
CEE4JABS       Scalar ABS Function - single precision
CEE4JBIT       Scalar Bit Extraction routine
CEE4JCLR       Scalar Bit Clear routine
CEE4JDIM       Scalar Positive Difference - single precision
CEE4JLSH       Scalar Bit Left Shift routine
CEE4JMOD       Scalar MOD Arithmetic - single precision
CEE4JRSH       Scalar Bit Right Shift routine
CEE4JSET       Scalar Bit Set routine
CEE4JSGN       Scalar Transfer of Sign - single precision
CEE4JSHC       Scalar Bit Circular Shift routine
CEE4JSHF       Scalar Bit Shift routine
CEE4JTJT       Scalar Bit Test routine
CEE4JTST       Scalar Bit Test routine
CEE4JXPI       Scalar EXP J**I - single precision
CEE4JXPJ       Scalar EXP J**J - single precision
CEE4KBIT       Scalar Bit Extraction routine
CEE4KCLR       Scalar Bit Clear routine
CEE4KLSH       Scalar Bit Left Shift routine
CEE4KRSH       Scalar Bit Right Shift routine
CEE4KSET       Scalar Bit Set routine
CEE4KSHC       Scalar Bit Circular Shift routine
CEE4KSHF       Scalar Bit Shift routine
CEE4KTJT       Scalar Bit Test routine
CEE4KTST       Scalar Bit Test routine
CEE4QABS       Scalar ABS Function - extended precision
CEE4QACD       Scalar Arccosine - extended precision
CEE4QACS       Scalar Arccosine - extended precision
CEE4QASD       Scalar Arcsine - extended precision
CEE4QASN       Scalar Arcsine - extended precision
CEE4QATD       Scalar Arctangent - extended - degree output
CEE4QATH       Scalar Hyp. Arctangent - extended precision
CEE4QATN       Scalar Arctangent - extended precision
CEE4QAT2       Scalar Arctangent 2 - extended precision
CEE4QA2D       Scalar Arctangent 2 - extended - degree output
CEE4QCOS       Scalar Cosine - extended precision
CEE4QCSD       Scalar Cosine - extended precision - degree
               input
CEE4QCSH       Scalar Hyp. Cosine - extended precision
CEE4QCTN       Scalar Cotangent - extended precision
CEE4QDIM       Scalar Positive Difference - double precision
CEE4QERC       Scalar 1 - Error Function - extended precision
CEE4QERF       Scalar Error Function - extended precision
CEE4QEXP       Scalar EXP (Base e - extended precision
CEE4QINT       Scalar Truncation - extended precision
CEE4QLG1       Scalar LOG (Base 10 - extended precision
CEE4QLG2       Scalar LOG (Base 2 - extended precision
CEE4QLOG       Scalar LOG (Base e - extended precision
CEE4QMOD       Scalar MOD Arithmetic - extended precision
CEE4QNIN       Scalar Nearest Integer - Extended precision
CEE4QNJN       Scalar Nearest Integer - Extended precision
CEE4QNWN       Scalar Nearest Whole Number - extended precision
CEE4QSGN       Scalar Transfer of Sign - double precision
CEE4QSIN       Scalar Sine - extended precision
CEE4QSND       Scalar Sine - extended precision - degree input
CEE4QSNH       Scalar Hyp. Sine - extended precision
CEE4QSQT       Scalar Square Root - extended precision
CEE4QTAN       Scalar Tangent - extended precision
CEE4QTND       Scalar Tangent - extended precision - degree
               input
CEE4QTNH       Scalar Hyp. Tangent - extended precision
CEE4QXPI       Scalar EXP R**I - extended precision
CEE4QXPJ       Scalar EXP R**J - extended precision
CEE4QXPQ       Scalar EXP R**R - extended precision
CEE4QXP2       Scalar EXP 2**R - extended precision
CEE4RABS       Scalar Complex ABS Function - extended precision
CEE4RATH       Scalar Complex Hyp. Arctangent - extended
               precision
CEE4RATN       Scalar Complex Arctangent - extended precision
CEE4RCJG       Scalar Conjugate of complex - extended precision
CEE4RCOS       Scalar Complex Cosine - extended precision
CEE4RCSH       Scalar Complex Hyp. Cosine - extended precision
CEE4RDVD       Scalar Floating Complex Divide - extended
               precision
CEE4REXP       Scalar Complex EXP (Base e - extended precision
CEE4RIMG       Scalar Imag. part of complex - extended
               precision
CEE4RLOG       Scalar Complex LOG (Base e - extended precision
CEE4RMLT       Scalar Floating Complex Multiply - extended
               precision
CEE4RSIN       Scalar Complex Sine - extended precision
CEE4RSNH       Scalar Complex Hyp. Sine - extended precision
CEE4RSQT       Scalar Complex Square Root - extended precision
CEE4RTAN       Scalar Complex Tangent - extended precision
CEE4RTNH       Scalar Complex Hyp. Tangent - extended precision
CEE4RXPI       Scalar Complex EXP C**I - extended precision
CEE4RXPJ       Scalar Complex EXP C**J - extended precision
CEE4RXPR       Scalar EXP C**C - extended precision
CEE4SABS       Scalar ABS Function - single precision
CEE4SACD       Scalar Arccosine - single precision
CEE4SACS       Scalar Arccosine - single precision
CEE4SASD       Scalar Arcsine - single precision
CEE4SASN       Scalar Arcsine - single precision
CEE4SATD       Scalar Arctangent - single precision - degree
               output
CEE4SATH       Scalar Hyp. Arctangent - single precision
CEE4SATN       Scalar Arctangent - single precision
CEE4SAT2       Scalar Arctangent 2 - single precision
CEE4SA2D       Scalar Arctangent 2 - single precision - degree
               output
CEE4SCOS       Scalar Cosine - single precision
CEE4SCSD       Scalar Cosine - single precision - degree input
CEE4SCSH       Scalar Hyp. Cosine - single precision
CEE4SCTN       Scalar Cotangent - single precision
CEE4SDIM       Scalar Positive Difference - double precision
CEE4SERC       Scalar 1 - Error Function - single precision
CEE4SERF       Scalar Error Function - single precision
CEE4SEXP       Scalar EXP (Base e - single precision
CEE4SGMA       Scalar Gamma Function - single precision
CEE4SINT       Scalar Truncation - single precision
CEE4SLGM       Scalar Log Gamma Function - single precision
CEE4SLG1       Scalar LOG (Base 10 - single precision
CEE4SLG2       Scalar LOG (Base 2 - single precision
CEE4SLOG       Scalar LOG (Base e - single precision
CEE4SMOD       Scalar MOD Arithmetic - single precision
CEE4SNIN       Scalar Nearest Integer - single precision
CEE4SNJN       Scalar Nearest Integer - single precision
CEE4SNWN       Scalar Nearest Whole Number - single precision
CEE4SSGN       Scalar Transfer of Sign - double precision
CEE4SSIN       Scalar Sine - single precision
CEE4SSND       Scalar Sine - single precision - degree input
CEE4SSNH       Scalar Hyp. Sine - single precision
CEE4SSQR       Scalar Square Root - single precision
CEE4SSQT       Scalar Square Root - single precision
CEE4STAN       Scalar Tangent - single precision
CEE4STND       Scalar Tangent - single precision - degree
               input
CEE4STNH       Scalar Hyp. Tangent - single precision
CEE4SXPI       Scalar EXP R**I - single precision
CEE4SXPJ       Scalar EXP R**J - single precision
CEE4SXPS       Scalar EXP R**R - single precision
CEE4TABS       Scalar Complex ABS Function - single precision
CEE4TATH       Scalar Complex Hyp. Arctangent - single
               precision
CEE4TATN       Scalar Complex Arctangent - single precision
CEE4TCJG       Scalar Conjugate of complex - single precision
CEE4TCOS       Scalar Complex Cosine - single precision
CEE4TCSH       Scalar Complex Hyp. Cosine - single precision
CEE4TDVD       Scalar Floating Complex Divide - single
               precision
CEE4TEXP       Scalar Complex EXP (Base e - single precision
CEE4TIMG       Scalar Imag. part of complex - single
               precision
CEE4TLOG       Scalar Complex LOG (Base e - single precision
CEE4TMLT       Scalar Floating Complex Multiply - single
               precision
CEE4TSIN       Scalar Complex Sine - single precision
CEE4TSNH       Scalar Complex Hyp. Sine - single precision
CEE4TSQT       Scalar Complex Square Root - single precision
CEE4TTAN       Scalar Complex Tangent - single precision
CEE4TTNH       Scalar Complex Hyp. Tangent - single
               precision
CEE4TXPI       Scalar Complex EXP C**I - single precision
CEE4TXPJ       Scalar Complex EXP C**J - single precision
CEE4TXPT       Scalar EXP C**C - single precision
CEE4USHC       Scalar Bit Circular Shift
CEE4USHF       Scalar Bit Shift
CEH$S370       XPLINK C Locale
CEILF          Stub: ceilf()
CEILL          Stub: ceill()
CELAAMDL       AMODE 64 authorized module delete
CELAAMLD       AMODE 64 authorized module load
CELAARET       AMODE 64 authorized return
CELADMP        Preinitialized Environments for Authorized
               Programs Dump Routine
CELAEICT       AMODE 64 authorized init / call / term
               service
CELAFEND       Preinitialized Environments for Authorized 
               Programs Front End Routine
CELAFRR        Preinitialized Environments for Authorized
               Programs FRR Routine
CELAINI        Preinitialized Environments for Authorized
               Programs Init Service Routine
CELAIRB        Preinitialized Environments for Authorized
               Programs IRB Routine
CELALLVT       Preinitialized Environments for Authorized
               Programs CELALPA (LPA) Vector Table
CELALQVT       AMODE 64 authorized QLIB vector table
CELAMCAL       Preinitialized Environments for Authorized
               Programs System-managed Call Service Routine
CELAMINI       Preinitialized Environments for
               Authorized Programs Managed Init Service
               Routine
CELAMTRM       Preinitialized Environments for Authorized
               Programs Managed Term Service Routine
CELAMUPD       Preinitialized Environments for Authorized
               Programs System-managed Update Routine
CELARISK       Preinitialized Environments for Authorized
               Programs Request InfraStructure Kill
CELARPAT       Preinitialized Environments for Authorized
               Programs Resource Manager
CELARWTP       Request Worker Task Processing
CELAUCAL       Preinitialized Environments for Authorized
               Programs User Call Service Routine
CELAUINI       Preinitialized Environments for Authorized
               Programs User Init Service Routine
CELAUTRM       Preinitialized Environments for Authorized
               Programs User Term Service Routine
CELCLEM        CLER CICS TRANSACTION MAP DEFINITION
CELCLRH        CLER CICS TRANSACTION HELP
CELHFJMP       XPLINK __far_jump()
CELHISAC       ASCII/EBCDIC mixed mode functions
CELHSTLC       XPLINK setlocale()
CELHV003       C/C++ Run-time Library (31-bit XPLINK)
CELJADMY       CEL4ADMY
CELJASCT       EDCASCTM
CELJATOF       EDCATOF
CELJATOI       Enhanced ASCII atoi atol
CELJA64L       EDCOA64L
CELJBSNM       EDCOBSNM
CELJCLCP       Enhanced ASCII locale setup routines
CELJCNVT       EDCCNVRT
CELJCOMM       EDCOCOMM
CELJCSID       Enhanced ASCII csid wcsid
CELJCTME       EDCCTIME
CELJDFME       EDCEDFMT
CELJDFMT       EDCDFMTO
CELJDFM2       EDCDXFMT
CELJDRNM       EDCODRNM
CELJFMTM       EDCOFMTM
CELJFPRT       EDCFPRTF
CELJFSCN       EDCFSCNF
CELJFTOK       EDCOFTOK
CELJFTW        EDCOFTW
CELJGDAT       getdate()
CELJGETO       EDCOGETO
CELJGETS       EDCBGETS
CELJGLOB       glob()
CELJGMTM       EDCGMTME
CELJGSCN       EDCGSCAN
CELJGTNV       EDCGETNV
CELJGTO2       EDCOGTO2
CELJISA        Enhanced ASCII is* routines
CELJMBLE       Enhanced ASCII mb* routines
CELJMKTM       EDCMKTME
CELJNLIN       Enhanced ASCII nl_langinfo, localeconv
CELJPERR       EDCBPERR
CELJPRTF       EDCPRTF
CELJPUTC       EDCBPUTC
CELJPUTS       EDCBPUTS
CELJRCOM       Enhanced ASCII regcomp
CELJREAD       EDCBREAD
CELJRERR       Enhanced ASCII regerror
CELJRFRE       Enhanced ASCII regfree
CELJRPMT       Enhanced ASCII rpmatch
CELJRXEC       Enhanced ASCII regexec
CELJSCLL       Enhanced ASCII strcoll
CELJSCNF       EDCSCNF
CELJSFMN       Enhanced ASCII strfmon
CELJSFNM       Enhanced ASCII fnmatch
CELJSFTM       Enhanced ASCII strftime
CELJSPRT       EDCSPRTF
CELJSPTM       Enhanced ASCII strptime
CELJSSCN       EDCSCCNF
CELJSTLD       EDCSTOLD
CELJSTLL       EDCSTOLL
CELJSTOL       EDCSTOL
CELJSTRN       EDCOSTRN
CELJSWPR       EDCSWPRT
CELJSWSC       EDCSWSCN
CELJSXFR       Enhanced ASCII strxfrm
CELJSYSL       EDCOSYSL
CELJTZST       Enhanced ASCII tzset
CELJUCVT       EDCOUCVT
CELJUTOA       CEL4UTOA
CELJVFPR       EDCVFPTF
CELJVPRT       EDCVPRTF
CELJVPR2       EDCXVPRT
CELJVSCN       CEL4VSCN
CELJVSPR       EDCVSPTF
CELJVSP2       EDCXVSPT
CELJVSWP       EDCVSWPT
CELJVWSC       CEL4VWSC
CELJWCOL       Enhnaced ASCII wcscoll
CELJWCTP       Enhnaced ASCII wctype
CELJWCWD       Enhnaced ASCII wcwidth wcswidth
CELJWFTM       Enhnaced ASCII wcsftime
CELJWGET       EDCBWGET
CELJWIA        Enhanced ASCII isw* routines
CELJWPUT       EDCBWPUT
CELJWRIT       EDCBWRIT
CELJWSMB       Enhanced ASCII wctomb wcstombs
CELJWTD        EDCWTOD
CELJWTL        EDCWTOL
CELJWTLD       CEL4WTLD
CELJWTUL       EDCWTOUL
CELJWXFR       Enhanced ASCII wcsxfrm
CELJXFMT       EDCEXFMT
CELJXVSC       CEL4XVSC
CELJXVWS       CEL4XVWS
CELQAWI        AMODE 64 collection of C routines
CELQBST        AMODE 64 bootstrap routine
CELQCAEH       Cleanup exception handler
CELQCZST       Resize storage element
CELQDDNM       AMODE 64 CEEDUMP allocation
CELQDMDR       AMODE 64 dump driver
CELQDOPT       CELQDOPT
CELQETBL       CELQETBL
CELQEXIT       AMODE 64 exit(), _exit(), _Exit()
CELQFMAN       CELQFMAN
CELQHPCK       AMODE 64 heap check
CELQHROD       AMODE 64 run on down
CELQINC        AMODE 64 C initialization
CELQINEV       AMODE 64 Initialize Enclave
CELQINIT       AMODE 64 Initialization
CELQINMN       AMODE 64 Initialize Main
CELQINPL       CELQINPL
CELQINPR       AMODE 64 Initialize Process
CELQINTH       AMODE 64 Initialize Thread
CELQLLOD       AMODE 64 locale load services
CELQLLST       CELQLLST
CELQMAIN       CELQMAIN
CELQOFLA       AMODE 64 overflow
CELQOFLB       AMODE 64 overflow
CELQPADD       CELQPIPI add
CELQPATR       CELQPIPI identify program attributes
CELQPCAL       CELQPIPI call main
CELQPCAS       CELQPIPI call sub
CELQPCMM       AMODE 64 pthread mini-main
CELQPDME       CELQPIPI delete main entry
CELQPIER       CELQPIPI identify entry function
CELQPINI       CELQPIPI init
CELQPIPI       CELQPIPI interface routine
CELQPMDL       AMODE 64 MVS delete
CELQPMLD       AMODE 64 MVS load
CELQPOFL       Dummy routine with large DSA, used
               to cause 64-bit stack overflow
CELQPRET       CELQPIPI return
CELQPSSC       CELQPIPI start/stop sequence
CELQPTER       CELQPIPI term
CELQRSEH       AMODE 64 reset exception handler
CELQRSTK       AMODE 64 reserve stack activate/deactivate
CELQSEEH       AMODE 64 set exception handler
CELQSG03       CELQSG03
CELQSIGZ       AMODE 64 signal resolicitation
CELQSTJT       __set_laa_for_jit()
CELQSTRT       CELQSTRT
CELQTBCK       AMODE 64 traceback
CELQTRC        AMODE 64 C termination
CELQTREV       AMODE 64 Terminate Enclave
CELQTRM        AMODE 64 Termination
CELQTRMN       AMODE 64 Terminate Main
CELQTRPR       AMODE 64 Terminate Process
CELQTRTH       AMODE 64 Terminate Thread
CELQUSTK       AMODE 64 User Context Stack
CELQVFHP       AMODE 64 free heap
CELQVFQP       AMODE 64 heap pools free
CELQVFQT       AMODE 64 heap pools free trace
CELQVFRS       AMODE 64 free storage
CELQVGHP       AMODE 64 get heap
CELQVGQP       AMODE 64 heap pools get
CELQVGQT       AMODE 64 heap pools get trace
CELQVGTS       AMODE 64 get storage
CELQVRPT       AMODE 64 storage report
CELQVSAM       AMODE 64 VSAM low-level I/O routines
CELQ6TLD       AMODE 64 trigger load on call
CELSBINS       System Language Environment Batch Initialization
               Routine
CELSBTRS       System Language Environment Batch Termination
               Routine
CELSCSR        System Language Environment 64bit Cell Pool
               Services
CELSDLPA       System Language Environment Dynamic LPA Exit
               Routine
CELSEST        System Language Environment parmlib exception
               routine
CELSFRHB       System Language Environment Free Heap Segment
               Routine
CELSFRK2       Language Environment OPEN/MVS Fork Exit 2
CELSFRTS       System Language Environment Function Router
               Routine
CELSGTHB       System Language Environment Get Heap Segment
               Routine
CELSINHS       System Language Environment 64-bit Heap
               Initialization Routine
CELSJTSA       System Language Environment Set LAA Routine
CELSMDEF       System Language Environment Messages
CELSOLSS       System Language Environment Obtain Library 
               Storage Routine
CELSORE        Report errors found when processing options
               from a parmlib or SET commands
CELSPA         System Language Environment PC with ARR Routine
CELSPAR        System Language Environment Parmlib member
               parser
CELSPCRS       System Language Environment Pthread Create
               Routine
CELSPINS       System Language Environment Pthread
               Initialization Routine
CELSPN         System Language Environment PC Routine without
               ARR
CELSPSLS       System Language Environment Set LAA Routine
CELSPTRS       System Language Environment Pthread Termination
               Routine
CELSRAOF       System Language Environment Resume Program
               Routine
CELSRLSS       System Language Environment Release Library
               Storage Routine
CELSRPT        Generate an options report for the 
               D CEE command. Called by CEL4DCEE
CELSSLVT       System Language Environment Vector Table
CELSSOSA       System Language Environment Set Softlimit
               in SANC
CELSSSTS       System Language Environment Set Stack Routine
CELSXFRK       Fork Exit
CEL4ABD0       ABEND and optionally clean-up
CEL4ACLS       collection of C acl_*() functions
CEL4ADMY       new C function staging area
CEL4BIDI       BiDi: functions in the BiDi support in iconv
CEL4CABS       BFP complex abs
CEL4CACH       BFP complex acosh
CEL4CACS       BFP complex acos
CEL4CARG       BFP carg()
CEL4CASH       BFP complex asinh
CEL4CASN       BFP complex asin
CEL4CATH       BFP complex atanh
CEL4CATN       BFP complex atan
CEL4CCNJ       BFP conj()
CEL4CCOH       BFP complex cosh
CEL4CCOS       BFP complex cos
CEL4CCSD       functions for ccsid interfaces
CEL4CDPG       functions used by iconv() to access Unicode
               Services Conversion Services
CEL4CEXP       BFP complex exp
CEL4CHDR       Obtain CEEDUMP header fields under CICS
CEL4CIMG       cimag()
CEL4CLEA       CLER CICS TRANSACTION SUPPORT ROUTINES
CEL4CLEB       CLER CICS TRANSACTION SHOW CURRENT REGION
               OPTIONS
CEL4CLER       CLER CICS TRANSACTION
CEL4CLOG       BFP clog()
CEL4CMTH       mode variable complex router routines
CEL4CPOW       BFP complex pow
CEL4CPRJ       BFP cproj()
CEL4CREL       BFP creal()
CEL4CSIN       BFP complex sin
CEL4CSNH       BFP complex sinh
CEL4CSQR       BFP complex sqrt
CEL4CTAN       BFP complex tan
CEL4CTBL       Ccsid/Codeset Name Lookup Table
CEL4CTNG       BFP __cotan
CEL4CTNH       BFP complex tanh
CEL4DCE        Display an options report at the operator
               console.
               Invoked via the MVS command DCEE
CEL4DDOP       DD:CEEOPTS parsing routine
CEL4DEL1       C++ operator delete
CEL4DFPA       Utility decimal floating point-oriented
               assembler functions
CEL4DLA1       C++ operator delete[]
CEL4DLCL       dlcose()
CEL4DLER       dlerror()
CEL4DLLF       Allocate and initialize the CEEDLLF chain
CEL4DLOP       dlopen()
CEL4DLSY       dlsym()
CEL4DLY        Suspend processing of the Active Enclave 
               for specified number of seconds
CEL4DLYM       Suspend processing of the Active Enclave
               for specified number of 
               milliseconds
CEL4ENVA       Environment Variable Processing Interface
CEL4ENVR       CEEENV callable services transform to CEL4ENVA
CEL4EXEP       C++ terminate() and unexpected()
CEL4EXP2       BFP exp2
CEL4FACH       double version of acosh
CEL4FACS       double version of acos
CEL4FASH       double version of asinh
CEL4FASN       double version of asin
CEL4FATH       double version of atanh
CEL4FATN       double version of atan
CEL4FAT2       double version of atan2
CEL4FCOS       double version of cos
CEL4FCRT       double version of cbrt
CEL4FCSH       double version of cosh
CEL4FDIM       BFP fdim
CEL4FENV       c99 floating point environment functions
CEL4FERF       double version of erf and erfc
CEL4FEXP       double version of exp
CEL4FEX1       double version of expml
CEL4FGAM       double version of gamma which calls the fdlibm
               function __lgamma_b()
CEL4FHPT       double version of hypot
CEL4FLGM       double version of lgamma
CEL4FLG1       double version of log10
CEL4FLOG       double version of log
CEL4FL1P       double version of log1p
CEL4FMA        BFP fma
CEL4FMAX       BFP fmax
CEL4FMC2       verify country code and obtain corresponding
               currency symbols
CEL4FMIN       BFP fmin
CEL4FPOW       double version of pow
CEL4FRNT       double version of rint
CEL4FSIN       double version of sin
CEL4FSNH       double version of sinh
CEL4FTAN       double version of tan
CEL4FTNH       double version of tanh
CEL4FWID       fwide()
CEL4F2D        float versions of several IEEE double functions
CEL4HACH       HFP acosh
CEL4HASH       HFP asinh
CEL4HCBL       HFP scalbln
CEL4HCBN       HFP scalbn
CEL4HCBR       HFP cbrt
CEL4HFMA       HFP fma
CEL4HFMN       HFP fmin
CEL4HFMX       HFP fmax
CEL4HILB       HFP ilogb
CEL4HKDB       Set debugger hooks
CEL4HLGB       HFP logb
CEL4HLGM       HFP lgamma
CEL4HLGP       HFP log1p
CEL4HLLR       HFP llround
CEL4HLRD       HFP lround
CEL4HLRT       HFP lrint
CEL4HNBY       HFP nearbyint
CEL4HNTW       HFP nexttoward
CEL4HNXA       HFP nextafter
CEL4HRMD       HFP remainder
CEL4HRMQ       HFP remquo
CEL4HRND       HFP round
CEL4HTGM       HFP tgamma
CEL4HXPM       HFP expm
CEL4HXP2       HFP exp2
CEL4IEAT       LE dynamic DUMP routine
CEL4ILOG       BFP ilogb
CEL4INF        Query Enclave related information
CEL4INT6       IPv6 advanced socket APIs
CEL4IO31       low-level 31-bit I/O assembler routines
CEL4KABS       HFP complex abs
CEL4KACH       HFP complex acosh
CEL4KACS       HFP complex acos
CEL4KARG       HFP carg()
CEL4KASH       HFP complex asinh
CEL4KASN       HFP complex asin
CEL4KATH       HFP complex atanh
CEL4KATN       HFP complex atan
CEL4KCNJ       HFP conj()
CEL4KCOH       HFP complex cosh
CEL4KCSN       HFP complex cos
CEL4KEXP       HFP complex exp
CEL4KIMG       HFP cimag()
CEL4KLOG       HFP clog()
CEL4KPOW       HFP complex pow
CEL4KPRJ       HFP cproj()
CEL4KREA       HFP creal()
CEL4KSNE       HFP complex sin
CEL4KSNH       HFP complex sinh
CEL4KSQR       HFP complex sqrt
CEL4KTNG       HFP complex tan
CEL4KTNH       HFP complex tanh
CEL4LACH       BFP long double version of acosh
CEL4LACS       long double version of acosl
CEL4LASH       BFP long double version of asinh
CEL4LASN       long double version of asinl
CEL4LATH       BFP long double version of atanh
CEL4LATN       long double version of atanl
CEL4LAT2       long double version of atan2l
CEL4LAYO       BiDi: create and init LayoutObject
CEL4LCBT       BFP long double version of cbrt
CEL4LCOS       long double version of cosl
CEL4LCSH       long double version of coshl
CEL4LCTN       BFP long double version of cotan
CEL4LDEF       BiDi: default C locale layout services
CEL4LD2D       long double versions of math functions
CEL4LEFC       long double version of erfc
CEL4LERF       long double version of erf
CEL4LEXP       long double version of expl
CEL4LFMD       long double version of fmodl
CEL4LFXP       long double version of frexpl
CEL4LGLX       BFP internal function for tgammal
CEL4LHYP       BFP long double hypot
CEL4LLGA       long double version of lgamma
CEL4LLGP       BFP long double log1p
CEL4LLG1       long double version of log10l
CEL4LLG2       BFP long double log2
CEL4LLOG       long double version of logl
CEL4LLRD       BFP long double, double, float llround
CEL4LLRT       BFP long double, double, float llrint
CEL4LLXP       long double version of ldexpl
CEL4LMDF       long double version of modfl
CEL4LMOD       BiDi: layout services modifier to LayoutValues
CEL4LOGB       BFP long double, float logb
CEL4LOGX       BFP internal function for tgamma
CEL4LOG2       BFP double log2
CEL4LPOW       long double version of powl
CEL4LREM       BFP long double remainder
CEL4LRMQ       BFP long double remquo
CEL4LRND       BFP long double lround
CEL4LRNT       BFP long double, double, float lrint
CEL4LSIN       long double version of sinl
CEL4LSNH       long double version of sinhl
CEL4LTAN       long double version of tanl
CEL4LTGM       BFP long double tgamma
CEL4LTNH       long double version of tanhl
CEL4LWRP       BiDi: functions defined in the Layout Services
CEL4LXPM       BFP long double expm1
CEL4LXP2       BFP long double exp2
CEL4NAN        BFP long double, double, float nan
CEL4NBYI       BFP long double, double, float nearbyint
CEL4NXAF       BFP long double, float nextafter
CEL4NXTW       BFP long double, double, float nexttoward
CEL4PATR       PIPI Identify Program Attributes
CEL4PENV       PIPI Functions to identify environment
CEL4PFPO       Casting Functions (PFPO simulator) __to_xx()
CEL4POWI       BFP pow_i
CEL4PRM2       Return the program argument string in the
               field provided by the caller
CEL4P900       snprintf, vsnprintf pegs
CEL4RAZE       routines for raising math exceptions
CEL4REMQ       BFP remquo
CEL4RNT        BFP rint
CEL4RTO        CLER CICS TRANSACTION BASE PROGRAM
CEL4RUND       BFP round
CEL4SCBL       BFP scalbln
CEL4SCBN       BFP scalbn
CEL4SCE        Modify the OCBs in the PLCB for the System
               default RTOs. Invoked via the MVS command
               SET CEE
CEL4SET        Modify one of the OCBs in the PLCB. Invoked via
               the MVS command SETCEE
CEL4STRE       Reinitializes the Writable Static Area for a DLL
               handle
CEL4STSG       __stack_info
CEL4TGAM       BFP tgamma
CEL4TGMH       Contains the HEX floating point match double and
               float version of tgamma
CEL4UTOA       itoa family of functions
CEL4VSCN       vfscanf, vscanf, vsscanf
CEL4VWSC       vfwscanf, vwscanf, vswscanf
CEL4WTLD       wcstold
CEL4XARM       transform routines
CEL4XVSC       VARARG extended versions of vfscanf, vscanf,
               vsscanf
CEL4XVWS       VARARG extended versions of vfwscanf, vwscanf,
               vswscanf
CEL40ABS       fabsd32/64/128() IEEE DFP math functions
CEL40ACH       acoshd32/64/128()IEEE DFP math functions
CEL40ACS       acosd32/64/128() IEEE DFP math functions
CEL40ASH       asinhd32/64/128() IEEE DFP math functions
CEL40ASN       asind32/64/128() IEEE DFP math functions
CEL40ATH       atanhd32/64/128() IEEE DFP math functions
CEL40ATN       atand32/64/128() IEEE DFP math functions
CEL40AT2       atan2d32/64/128() IEEE DFP math functions
CEL40CEL       ceild32/64/128() IEEE DFP math functions
CEL40CNV       DFP to and from packed decimal conversion
               routines
CEL40COS       cosd32/64/128() IEEE DFP math functions
CEL40CRT       cbrtd32/64/128() IEEE DFP math functions
CEL40CSH       coshd32/64/128() IEEE DFP math functions
CEL40DIM       fdimd32/64/128() IEEE DFP math functions
CEL40EM1       expmld32/64/128() IEEE DFP math functions
CEL40ERC       erfcd32/64/128() IEEE DFP math functions
CEL40ERF       erfd32/64/128() IEEE DFP math functions
CEL40EXP       expd32/64/128() IEEE DFP math functions
CEL40FLR       floord32/64/128() IEEE DFP math functions
CEL40FMA       fmad32/64/128() IEEE DFP math functions
CEL40FMD       fmodd32/64/128() IEEE DFP math functions
CEL40FMI       fmind32/64/128() IEEE DFP math functions
CEL40FMX       fmaxd32/64/128() IEEE DFP math functions
CEL40FXP       frexpd32/64/128() IEEE DFP math functions
CEL40GMA       tgammad32/64/128() IEEE DFP math functions
CEL40HYP       hypotd32/64/128() IEEE DFP math functions
CEL40ILB       ilogbd32/64/128() IEEE DFP math functions
CEL40LGB       logbd32/64/128() IEEE DFP math functions
CEL40LGM       lgammad32/64/128() IEEE DFP math functions
CEL40LG1       log10d32/64/128() IEEE DFP math functions
CEL40LG2       log2d32/64/128() IEEE DFP math functions
CEL40LLR       llrintd32/64/128() IEEE DFP math functions
CEL40LOG       logd32/64/128() IEEE DFP math functions
CEL40LRD       llroundd32/64/128() IEEE DFP math functions
CEL40LRN       lroundd32/64/128() IEEE DFP math functions
CEL40LRT       lrintd32/64/128() IEEE DFP math functions
CEL40LXP       ldexpd32/64/128() IEEE DFP math functions
CEL40L1P       loglpd32/64/128() IEEE DFP math functions
CEL40MDF       modfd32/64/128() IEEE DFP math functions
CEL40NAN       nand32/64/128() IEEE DFP math functions
CEL40NBY       nearbyintd32/64/128() IEEE DFP math functions
CEL40NXA       nextafterd32/64/128() IEEE DFP math functions
CEL40NXT       nexttowardd32/64/128() IEEE DFP math functions
CEL40QNT       quantized32/64/128() IEEE DFP math functions
CEL40REM       remainderd32/64/128() IEEE DFP math functions
CEL40RMQ       remquod32/64/128() IEEE DFP math functions
CEL40RND       roundd32/64/128() IEEE DFP math functions
CEL40RNT       rintd32/64/128() IEEE DFP math functions
CEL40SCL       scalblnd32/64/128() IEEE DFP math functions
CEL40SCN       scalbnd32/64/128() IEEE DFP math functions
CEL40SGN       copysignd32/64/128() IEEE DFP math functions
CEL40SIN       sind32/64/128() IEEE DFP math functions
CEL40SNH       sinhd32/64/128() IEEE DFP math functions
CEL40SQN       samequantumd32/64/128() IEEE DFP math functions
CEL40SQT       sqrtd32/64/128() IEEE DFP math functions
CEL40TAN       tand32/64/128() IEEE DFP math functions
CEL40TNH       tanhd32/64/128() IEEE DFP math functions
CEL40TRC       truncd32/64/128() IEEE DFP math functions
CEL40XPY       powd32/64/128() IEEE DFP math functions
CEL40XP2       exp2d32/64/128() IEEE DFP math functions
CESUAKF8       Converter for IBM-859 to UTF-8
CESUAKU2       Converter for IBM-859 to UCS-2
CESUALF8       Converter for IBM-943C to UTF-8
CESUALU2       Converter for IBM-943C to UCS-2
CESUARF8       Converter for IBM-425 to UTF-8
CESUARU2       Converter for IBM-425 to UCS-2
CESUDJF8       Converter for IBM-5348 to UTF-8
CESUDJU2       Converter for IBM-5348 to UCS-2
CESUDKF8       Converter for IBM-5349 to UTF-8
CESUDKU2       Converter for IBM-5349 to UCS-2
CESUDLF8       Converter for IBM-5488 to UTF-8
CESUDLU2       Converter for IBM-5488 to UCS-2
CESUEZF8       Converter for IBM-924 to UTF-8
CESUEZU2       Converter for IBM-924 to UCS-2
CESUF8AK       Converter for UTF-8 to IBM-859
CESUF8AL       Converter for UTF-8 to IBM-943C
CESUF8AR       Converter for UTF-8 to IBM-425
CESUF8DJ       Converter for UTF-8 to IBM-5348
CESUF8DK       Converter for UTF-8 to IBM-5349
CESUF8DL       Converter for UTF-8 to IBM-5488
CESUF8EZ       Converter for UTF-8 to IBM-924
CESUF8HC       Converter for UTF-8 to IBM-16804
CESUF8HD       Converter for UTF-8 to IBM-1157
CESUF8HH       Converter for UTF-8 to IBM-12712
CESUF8HL       Converter for UTF-8 to IBM-8482
CESUF8HN       Converter for UTF-8 to IBM-16684
CESUF8HP       Converter for UTF-8 to IBM-1160
CESUF8HQ       Converter for UTF-8 to IBM-4930
CESUF8HS       Converter for UTF-8 to IBM-4971
CESUF8HT       Converter for UTF-8 to IBM-1154
CESUF8HW       Converter for UTF-8 to IBM-1155
CESUF8HX       Converter for UTF-8 to IBM-5123
CESUF8HZ       Converter for UTF-8 to IBM-1156
CESUF8IA       Converter for UTF-8 to IBM-4909
CESUF8IF       Converter for UTF-8 to ISO8859-15
CESUF8KA       Converter for UTF-8 to IBM-1371
CESUF8KB       Converter for UTF-8 to IBM-9027
CESUF8KC       Converter for UTF-8 to IBM-13121
CESUF8KD       Converter for UTF-8 to IBM-1159
CESUF8LA       Converter for UTF-8 to IBM-1370
CESUF8LB       Converter for UTF-8 to IBM-1126
CESUF8LC       Converter for UTF-8 to IBM-1362
CESUF8LD       Converter for UTF-8 to IBM-902
CESUF8LE       Converter for UTF-8 to IBM-872
CESUF8LF       Converter for UTF-8 to IBM-808
CESUF8LG       Converter for UTF-8 to IBM-9061
CESUF8LH       Converter for UTF-8 to IBM-901
CESUF8LI       Converter for UTF-8 to IBM-9238
CESUF8LJ       Converter for UTF-8 to IBM-867
CESUF8LU       Converter for UTF-8 to IBM-1161
CESUF8MB       Converter for UTF-8 to IBM-1153
CESUF8NB       Converter for UTF-8 to IBM-5346
CESUF8NE       Converter for UTF-8 to IBM-5347
CESUF8NF       Converter for UTF-8 to IBM-5352
CESUF8NG       Converter for UTF-8 to IBM-9044
CESUF8NH       Converter for UTF-8 to IBM-5351
CESUF8NI       Converter for UTF-8 to IBM-5350
CESUF8NJ       Converter for UTF-8 to IBM-17248
CESUHCF8       Converter for IBM-16804 to UTF-8
CESUHCU2       Converter for IBM-16804 to UCS-2
CESUHDF8       Converter for IBM-1157 to UTF-8
CESUHDU2       Converter for IBM-1157 to UCS-2
CESUHHF8       Converter for IBM-12712 to UTF-8
CESUHHU2       Converter for IBM-12712 to UCS-2
CESUHLF8       Converter for IBM-8482 to UTF-8
CESUHLU2       Converter for IBM-8482 to UCS-2
CESUHNF8       Converter for IBM-16684 to UTF-8
CESUHNU2       Converter for IBM-16684 to UCS-2
CESUHPF8       Converter for IBM-1160 to UTF-8
CESUHPU2       Converter for IBM-1160 to UCS-2
CESUHQF8       Converter for IBM-4930 to UTF-8
CESUHQU2       Converter for IBM-4930 to UCS-2
CESUHSF8       Converter for IBM-4971 to UTF-8
CESUHSU2       Converter for IBM-4971 to UCS-2
CESUHTF8       Converter for IBM-1154 to UTF-8
CESUHTU2       Converter for IBM-1154 to UCS-2
CESUHWF8       Converter for IBM-1155 to UTF-8
CESUHWU2       Converter for IBM-1155 to UCS-2
CESUHXF8       Converter for IBM-5123 to UTF-8
CESUHXU2       Converter for IBM-5123 to UCS-2
CESUHZF8       Converter for IBM-1156 to UTF-8
CESUHZU2       Converter for IBM-1156 to UCS-2
CESUIAF8       Converter for IBM-4909 to UTF-8
CESUIAU2       Converter for IBM-4909 to UCS-2
CESUIFF8       Converter for IBM-923 to UTF-8
CESUIFU2       Converter for IBM-923 to UCS-2
CESUKAF8       Converter for IBM-1371 to UTF-8
CESUKAU2       Converter for IBM-1371 to UCS-2
CESUKBF8       Converter for IBM-9027 to UTF-8
CESUKBU2       Converter for IBM-9027 to UCS-2
CESUKCF8       Converter for IBM-13121 to UTF-8
CESUKCU2       Converter for IBM-13121 to UCS-2
CESUKDF8       Converter for IBM-1159 to UTF-8
CESUKDU2       Converter for IBM-1159 to UCS-2
CESULAF8       Converter for IBM-1370 to UTF-8
CESULAU2       Converter for IBM-1370 to UCS-2
CESULBF8       Converter for IBM-1126 to UTF-8
CESULBU2       Converter for IBM-1126 to UCS-2
CESULCF8       Converter for IBM-1362 to UTF-8
CESULCU2       Converter for IBM-1362 to UCS-2
CESULDF8       Converter for IBM-902 to UTF-8
CESULDU2       Converter for IBM-902 to UCS-2
CESULEF8       Converter for IBM-872 to UTF-8
CESULEU2       Converter for IBM-872 to UCS-2
CESULFF8       Converter for IBM-808 to UTF-8
CESULFU2       Converter for IBM-808 to UCS-2
CESULGF8       Converter for IBM-9061 to UTF-8
CESULGU2       Converter for IBM-9061 to UCS-2
CESULHF8       Converter for IBM-901 to UTF-8
CESULHU2       Converter for IBM-901 to UCS-2
CESULIF8       Converter for IBM-9238 to UTF-8
CESULIU2       Converter for IBM-9238 to UCS-2
CESULJF8       Converter for IBM-867 to UTF-8
CESULJU2       Converter for IBM-867 to UCS-2
CESULUF8       Converter for IBM-1161 to UTF-8
CESULUU2       Converter for IBM-1161 to UCS-2
CESUMBF8       Converter for IBM-1153 to UTF-8
CESUMBU2       Converter for IBM-1153 to UCS-2
CESUNBF8       Converter for IBM-5346 to UTF-8
CESUNBU2       Converter for IBM-5346 to UCS-2
CESUNEF8       Converter for IBM-5347 to UTF-8
CESUNEU2       Converter for IBM-5347 to UCS-2
CESUNFF8       Converter for IBM-5352 to UTF-8
CESUNFU2       Converter for IBM-5352 to UCS-2
CESUNGF8       Converter for IBM-9044 to UTF-8
CESUNGU2       Converter for IBM-9044 to UCS-2
CESUNHF8       Converter for IBM-5351 to UTF-8
CESUNHU2       Converter for IBM-5351 to UCS-2
CESUNIF8       Converter for IBM-5350 to UTF-8
CESUNIU2       Converter for IBM-5350 to UCS-2
CESUNJF8       Converter for IBM-17248 to UTF-8
CESUNJU2       Converter for IBM-17248 to UCS-2
CESUU2AK       Converter for UCS-2 to IBM-859
CESUU2AL       Converter for UCS-2 to IBM-943C
CESUU2AR       Converter for UCS-2 to IBM-425
CESUU2DJ       Converter for UCS-2 to IBM-5348
CESUU2DK       Converter for UCS-2 to IBM-5349
CESUU2DL       Converter for UCS-2 to IBM-5488
CESUU2EZ       Converter for UCS-2 to IBM-924
CESUU2HC       Converter for UCS-2 to IBM-16804
CESUU2HD       Converter for UCS-2 to IBM-1157
CESUU2HH       Converter for UCS-2 to IBM-12712
CESUU2HL       Converter for UCS-2 to IBM-8482
CESUU2HN       Converter for UCS-2 to IBM-16684
CESUU2HP       Converter for UCS-2 to IBM-1160
CESUU2HQ       Converter for UCS-2 to IBM-4930
CESUU2HS       Converter for UCS-2 to IBM-4971
CESUU2HT       Converter for UCS-2 to IBM-1154
CESUU2HW       Converter for UCS-2 to IBM-1155
CESUU2HX       Converter for UCS-2 to IBM-5123
CESUU2HZ       Converter for UCS-2 to IBM-1156
CESUU2IA       Converter for UCS-2 to IBM-4909
CESUU2IF       Converter for UCS-2 to ISO8859-15
CESUU2KA       Converter for UCS-2 to IBM-1371
CESUU2KB       Converter for UCS-2 to IBM-9027
CESUU2KC       Converter for UCS-2 to IBM-13121
CESUU2KD       Converter for UCS-2 to IBM-1159
CESUU2LA       Converter for UCS-2 to IBM-1370
CESUU2LB       Converter for UCS-2 to IBM-1126
CESUU2LC       Converter for UCS-2 to IBM-1362
CESUU2LD       Converter for UCS-2 to IBM-902
CESUU2LE       Converter for UCS-2 to IBM-872
CESUU2LF       Converter for UCS-2 to IBM-808
CESUU2LG       Converter for UCS-2 to IBM-9061
CESUU2LH       Converter for UCS-2 to IBM-901
CESUU2LI       Converter for UCS-2 to IBM-9238
CESUU2LJ       Converter for UCS-2 to IBM-867
CESUU2LU       Converter for UCS-2 to IBM-1161
CESUU2MB       Converter for UCS-2 to IBM-1153
CESUU2NB       Converter for UCS-2 to IBM-5346
CESUU2NE       Converter for UCS-2 to IBM-5347
CESUU2NF       Converter for UCS-2 to IBM-5352
CESUU2NG       Converter for UCS-2 to IBM-9044
CESUU2NH       Converter for UCS-2 to IBM-5351
CESUU2NI       Converter for UCS-2 to IBM-5350
CESUU2NJ       Converter for UCS-2 to IBM-17248
CESVFHPH       XPLINK version of non-HEAPPOOLS free()
CESVFQPH       XPLINK version of HEAPPOOLS free()
CESVFQTH       Heap pools free trace XPLINK
CESVFXRT       free storage router routine
CESVGHPH       XPLINK version of non-HEAPPOOLS malloc()
CESVGQPH       XPLINK version of HEAPPOOLS malloc()
CESVGQTH       Heap pools get trace XPLINK
CESVGXRT       get storage router routine
CESVUHFH       XPLINK User-created Heap Storage Free
CESVUHGH       XPLINK User-created Heap Storage Get
CES4LCOS       long double version of cosl
CES4LCSH       long double version of coshl
CES4LDEF       BiDi: default C locale layout services
CES4LERF       long double version of erf
CES4LEXP       long double version of expl
CES4LFMD       long double version of fmodl
CES4LLG1       long double version of log10l
CES4LLOG       long double version of logl
CES4LMOD       BiDi: parse layout serv-modifier return 
               LayoutValues
CES4LPOW       long double version of powl
CES4LSIN       long double version of sinl
CES4LSNH       long double version of sinhl
CES4LTAN       long double version of tanl
CES4LTNH       long double version of tanhl
CEU@CSEZ       LOCALE source for CA_ES (for IBM-924)
CEU@DAEZ       LOCALE source for Da_DK (for IBM-924)
CEU@DDEZ       LOCALE source for De_DE (for IBM-924)
CEU@DLEZ       LOCALE source for DE_LU (for IBM-924)
CEU@DTEZ       LOCALE source for De_AT (for IBM-924)
CEU@EBEZ       LOCALE source for EN_BE (for IBM-924)
CEU@EIEZ       LOCALE source for EN_IE (for IBM-924)
CEU@EKEZ       LOCALE source for EN_GB (for IBM-924)
CEU@ELHS       LOCALE source for El_GR (for IBM-4971)
CEU@ESEZ       LOCALE source for ES_ES (for IBM-924)
CEU@FBEZ       LOCALE source for FR_BE (for IBM-924)
CEU@FFEZ       LOCALE source for FR_FR (for IBM-924)
CEU@FIEZ       LOCALE source for FI_FI (for IBM-924)
CEU@FLEZ       LOCALE source for FR_LU (for IBM-924)
CEU@ITEZ       LOCALE source for IT_IT (for IBM-924)
CEU@NBEZ       LOCALE source for NL_BE (for IBM-924)
CEU@NNEZ       LOCALE source for NL_NL (for IBM-924)
CEU@PTEZ       LOCALE source for PT_PT (for IBM-924)
CEU@SVEZ       LOCALE source for SV_SE (for IBM-924)
CEU$AAAR       LOCALE source for Ar_AA IBM-425
CEU$BGHT       LOCALE source for Bg_BG IBM-1154
CEU$CSEZ       LOCALE source for CA_ES (for IBM-924)
CEU$CZMB       LOCALE source for Cs_CZ.IBM-1153
CEU$DAEZ       LOCALE source for Da_DK (for IBM-924)
CEU$DDEZ       LOCALE source for De_DE (for IBM-924)
CEU$DLEZ       LOCALE source for De_LU (for IBM-924)
CEU$DTEZ       LOCALE source for De_AT (for IBM-924)
CEU$EBEZ       LOCALE source for EN_BE (for IBM-924)
CEU$EEHD       LOCALE source for Et_EE.IBM-1157
CEU$EIEZ       LOCALE source for EN_IE (for IBM-924)
CEU$EJHX       LOCALE source for En_JP.IBM-5123
CEU$EKEZ       LOCALE source for EN_GB (for IBM-924)
CEU$ELHS       LOCALE source for El_GR (for IBM-4971)
CEU$ESEZ       LOCALE source for ES_ES (for IBM-924)
CEU$FBEZ       LOCALE source for FR_BE (for IBM-924)
CEU$FFEZ       LOCALE source for FR_FR (for IBM-924)
CEU$FIEZ       LOCALE source for FI_FI (for IBM-924)
CEU$FLEZ       LOCALE source for FR_LU (for IBM-924)
CEU$HRMB       LOCALE source for Hr_HR.IBM-1153
CEU$HUMB       LOCALE source for Hu_HU.IBM-1153
CEU$ILHH       LOCALE source for Iw_IL.IBM-12712
CEU$ITEZ       LOCALE source for IT_IT (for IBM-924)
CEU$JAHL       LOCALE source for Ja_JP.IBM-8482
CEU$JAHX       LOCALE source for Ja_JP.IBM-5123
CEU$LTHZ       LOCALE source for Lt_LT.IBM-1156
CEU$MMHT       LOCALE source for Mk_MK.IBM-1154
CEU$NBEZ       LOCALE source for NL_BE (for IBM-924)
CEU$NNEZ       LOCALE source for NL_NL (for IBM-924)
CEU$PLMB       LOCALE source for Pl_PL.IBM-1153
CEU$PTEZ       LOCALE source for PT_PT (for IBM-924)
CEU$ROMB       LOCALE source for Ro_RO.IBM-1153
CEU$RUHT       LOCALE source for Ru_RU.IBM-1154
CEU$SCHT       LOCALE source for Sr_SP.IBM-1154
CEU$SIMB       LOCALE source for Sl_SL.IBM-1153
CEU$SKMB       LOCALE source for Sk_SK.IBM-1153
CEU$SLMB       LOCALE source for Sh_SP.IBM-1153
CEU$SVEZ       LOCALE source for SV_SE (for IBM-924)
CEU$S370       LOCALE source for S370
CEU$THHP       LOCALE source for th_TH.IBM-1160
CEU$TRHW       LOCALE source for Tr_TR.IBM-1155
CEU$ZTKA       LOCALE source for Zh_TW (for IBM-1371)
CEUUAIEY       Converter for IBM-858 to IBM-1047
CEUUAIHA       Converter for IBM-858 to IBM-1140
CEUUAIHB       Converter for IBM-858 to IBM-1141
CEUUAIHE       Converter for IBM-858 to IBM-1142
CEUUAIHF       Converter for IBM-858 to IBM-1143
CEUUAIHG       Converter for IBM-858 to IBM-1144
CEUUAIHJ       Converter for IBM-858 to IBM-1145
CEUUAIHK       Converter for IBM-858 to IBM-1146
CEUUAIHM       Converter for IBM-858 to IBM-1147
CEUUAIHO       Converter for IBM-858 to IBM-1148
CEUUAIHR       Converter for IBM-858 to IBM-1149
CEUUAKF8       Converter for IBM-859 to UTF-8
CEUUAKU2       Converter for IBM-859 to UCS-2
CEUUALF8       Converter for IBM-943C to UTF-8
CEUUALU2       Converter for IBM-943C to UCS-2
CEUUARF8       Converter for IBM-425 to UTF-8
CEUUARU2       Converter for IBM-425 to UCS-2
CEUUDJF8       Converter for IBM-5348 to UTF-8
CEUUDJU2       Converter for IBM-5348 to UCS-2
CEUUDKF8       Converter for IBM-5349 to UTF-8
CEUUDKU2       Converter for IBM-5349 to UCS-2
CEUUDLF8       Converter for IBM-5488 to UTF-8
CEUUDLU2       Converter for IBM-5488 to UCS-2
CEUUEAEZ       Converter for IBM-037 to IBM-924
CEUUEBEZ       Converter for IBM-273 to IBM-924
CEUUEFEZ       Converter for IBM-278 to IBM-924
CEUUEGEZ       Converter for IBM-280 to IBM-924
CEUUEJEZ       Converter for IBM-284 to IBM-924
CEUUEKEZ       Converter for IBM-285 to IBM-924
CEUUEMEZ       Converter for IBM-297 to IBM-924
CEUUEOEZ       Converter for IBM-500 to IBM-924
CEUUEREZ       Converter for IBM-871 to IBM-924
CEUUEYAI       Converter for IBM-1047 to IBM-858
CEUUEYEZ       Converter for IBM-1047 to IBM-923
CEUUEZEA       Converter for IBM-924 to IBM-037
CEUUEZEB       Converter for IBM-924 to IBM-273
CEUUEZEF       Converter for IBM-924 to IBM-278
CEUUEZEG       Converter for IBM-924 to IBM-280
CEUUEZEJ       Converter for IBM-924 to IBM-284
CEUUEZEK       Converter for IBM-924 to IBM-285
CEUUEZEM       Converter for IBM-924 to IBM-297
CEUUEZEO       Converter for IBM-924 to IBM-500
CEUUEZER       Converter for IBM-924 to IBM-871
CEUUEZEY       Converter for IBM-923 to IBM-1047
CEUUEZF8       Converter for IBM-924 to UTF-8
CEUUEZHA       Converter for IBM-924 to IBM-1140
CEUUEZHB       Converter for IBM-924 to IBM-1141
CEUUEZHE       Converter for IBM-924 to IBM-1142
CEUUEZHF       Converter for IBM-924 to IBM-1143
CEUUEZHG       Converter for IBM-924 to IBM-1144
CEUUEZHJ       Converter for IBM-924 to IBM-1145
CEUUEZHK       Converter for IBM-924 to IBM-1146
CEUUEZHM       Converter for IBM-924 to IBM-1147
CEUUEZHO       Converter for IBM-924 to IBM-1148
CEUUEZHR       Converter for IBM-924 to IBM-1149
CEUUEZHS       Genxlt converter for IBM-924 to IBM-4971
CEUUEZIF       Genxlt converter for IBM-924 to IBM-923
CEUUEZU2       Converter for IBM-924 to Ucs-2
CEUUF8AK       Converter for UTF-8 to IBM-859
CEUUF8AL       Converter for UTF-8 to IBM-943C
CEUUF8AR       Converter for UTF-8 to IBM-425
CEUUF8DJ       Converter for UTF-8 to IBM-5348
CEUUF8DK       Converter for UTF-8 to IBM-5349
CEUUF8DL       Converter for UTF-8 to IBM-5488
CEUUF8EZ       Converter for UTF-8 to IBM-924
CEUUF8HC       Converter for UTF-8 to IBM-16804
CEUUF8HD       Converter for UTF-8 to IBM-1157
CEUUF8HH       Converter for UTF-8 to IBM-12712
CEUUF8HL       Converter for UTF-8 to IBM-8482
CEUUF8HN       Converter for UTF-8 to IBM-16684
CEUUF8HP       Converter for UTF-8 to IBM-1160
CEUUF8HQ       Converter for UTF-8 to IBM-4930
CEUUF8HS       Converter for UTF-8 to IBM-4971
CEUUF8HT       Converter for UTF-8 to IBM-1154
CEUUF8HW       Converter for UTF-8 to IBM-1155
CEUUF8HX       Converter for UTF-8 to IBM-5123
CEUUF8HZ       Converter for UTF-8 to IBM-1156
CEUUF8IA       Converter for UTF-8 to IBM-4909
CEUUF8IF       Converter for UTF-8 to ISO8859-15
CEUUF8KA       Converter for UTF-8 to IBM-1371
CEUUF8KB       Converter for UTF-8 to IBM-9027
CEUUF8KC       Converter for UTF-8 to IBM-13121
CEUUF8KD       Converter for UTF-8 to IBM-1159
CEUUF8LA       Converter for UTF-8 to IBM-1370
CEUUF8LB       Converter for UTF-8 to IBM-1126
CEUUF8LC       Converter for UTF-8 to IBM-1362
CEUUF8LD       Converter for UTF-8 to IBM-902
CEUUF8LE       Converter for UTF-8 to IBM-872
CEUUF8LF       Converter for UTF-8 to IBM-808
CEUUF8LG       Converter for UTF-8 to IBM-9061
CEUUF8LH       Converter for UTF-8 to IBM-901
CEUUF8LI       Converter for UTF-8 to IBM-9238
CEUUF8LJ       Converter for UTF-8 to IBM-867
CEUUF8LU       Converter for UTF-8 to IBM-1161
CEUUF8MB       Converter for UTF-8 to IBM-1153
CEUUF8NB       Converter for UTF-8 to IBM-5346
CEUUF8NE       Converter for UTF-8 to IBM-5347
CEUUF8NF       Converter for UTF-8 to IBM-5352
CEUUF8NG       Converter for UTF-8 to IBM-9044
CEUUF8NH       Converter for UTF-8 to IBM-5351
CEUUF8NI       Converter for UTF-8 to IBM-5350
CEUUF8NJ       Converter for UTF-8 to IBM-17248
CEUUHAAI       Converter for IBM-1140 to IBM-858
CEUUHAEZ       Converter for IBM-1140 to IBM-924
CEUUHBAI       Converter for IBM-1141 to IBM-858
CEUUHBEZ       Converter for IBM-1141 to IBM-924
CEUUHCF8       Converter for IBM-16804 to UTF-8
CEUUHCU2       Converter for IBM-16804 to UCS-2
CEUUHDF8       Converter for IBM-1157 to UTF-8
CEUUHDU2       Converter for IBM-1157 to UCS-2
CEUUHEAI       Converter for IBM-1142 to IBM-858
CEUUHEEZ       Converter for IBM-1142 to IBM-924
CEUUHFAI       Converter for IBM-1143 to IBM-858
CEUUHFEZ       Converter for IBM-1143 to IBM-924
CEUUHGAI       Converter for IBM-1144 to IBM-858
CEUUHGEZ       Converter for IBM-1144 to IBM-924
CEUUHHF8       Converter for IBM-12712 to UTF-8
CEUUHHU2       Converter for IBM-12712 to UCS-2
CEUUHJAI       Converter for IBM-1145 to IBM-858
CEUUHJEZ       Converter for IBM-1145 to IBM-924
CEUUHKAI       Converter for IBM-1146 to IBM-858
CEUUHKEZ       Converter for IBM-1146 to IBM-924
CEUUHLF8       Converter for IBM-8482 to UTF-8
CEUUHLU2       Converter for IBM-8482 to UCS-2
CEUUHMAI       Converter for IBM-1147 to IBM-858
CEUUHMEZ       Converter for IBM-1147 to IBM-924
CEUUHNF8       Converter for IBM-16684 to UTF-8
CEUUHNU2       Converter for IBM-16684 to UCS-2
CEUUHOAI       Converter for IBM-1148 to IBM-858
CEUUHOEZ       Converter for IBM-1148 to IBM-924
CEUUHPF8       Converter for IBM-1160 to UTF-8
CEUUHPU2       Converter for IBM-1160 to UCS-2
CEUUHQF8       Converter for IBM-4930 to UTF-8
CEUUHQU2       Converter for IBM-4930 to UCS-2
CEUUHRAI       Converter for IBM-1149 to IBM-858
CEUUHREZ       Converter for IBM-1149 to IBM-924
CEUUHSEZ       Genxlt converter for IBM-4971 to IBM-924
CEUUHSF8       Converter for IBM-4971 to UTF-8
CEUUHSIA       Genxlt converter for IBM-4971 to IBM-4909
CEUUHSU2       Converter for IBM-4971 to UCS-2
CEUUHTF8       Converter for IBM-1154 to UTF-8
CEUUHTU2       Converter for IBM-1154 to UCS-2
CEUUHWF8       Converter for IBM-1155 to UTF-8
CEUUHWU2       Converter for IBM-1155 to UCS-2
CEUUHXF8       Converter for IBM-5123 to UTF-8
CEUUHXU2       Converter for IBM-5123 to UCS-2
CEUUHZF8       Converter for IBM-1156 to UTF-8
CEUUHZU2       Converter for IBM-1156 to UCS-2
CEUUIAF8       Converter for IBM-4909 to UTF-8
CEUUIAHS       Converter for IBM-4909 to IBM-4971
CEUUIAU2       Converter for IBM-4909 to UCS-2
CEUUIFEZ       Converter for IBM-923 to IBM-923
CEUUIFF8       Converter for ISO8859-15 to UTF-8
CEUUIFU2       Converter for ISO8859-15 to UCS-2
CEUUKAF8       Converter for IBM-1371 to UTF-8
CEUUKAU2       Converter for IBM-1371 to UCS-2
CEUUKBF8       Converter for IBM-9027 to UTF-8
CEUUKBU2       Converter for IBM-9027 to UCS-2
CEUUKCF8       Converter for IBM-13121 to UTF-8
CEUUKCU2       Converter for IBM-13121 to UCS-2
CEUUKDF8       Converter for IBM-1159 to UTF-8
CEUUKDU2       Converter for IBM-1159 to UCS-2
CEUULAF8       Converter for IBM-1370 to UTF-8
CEUULAU2       Converter for IBM-1370 to UCS-2
CEUULBF8       Converter for IBM-1126 to UTF-8
CEUULBU2       Converter for IBM-1126 to UCS-2
CEUULCF8       Converter for IBM-1362 to UTF-8
CEUULCU2       Converter for IBM-1362 to UCS-2
CEUULDF8       Converter for IBM-902 to UTF-8
CEUULDU2       Converter for IBM-902 to UCS-2
CEUULEF8       Converter for IBM-872 to UTF-8
CEUULEU2       Converter for IBM-872 to UCS-2
CEUULFF8       Converter for IBM-808 to UTF-8
CEUULFU2       Converter for IBM-808 to UCS-2
CEUULGF8       Converter for IBM-9061 to UTF-8
CEUULGU2       Converter for IBM-9061 to UCS-2
CEUULHF8       Converter for IBM-901 to UTF-8
CEUULHU2       Converter for IBM-901 to UCS-2
CEUULIF8       Converter for IBM-9238 to UTF-8
CEUULIU2       Converter for IBM-9238 to UCS-2
CEUULJF8       Converter for IBM-867 to UTF-8
CEUULJU2       Converter for IBM-867 to UCS-2
CEUULUF8       Converter for IBM-1161 to UTF-8
CEUULUU2       Converter for IBM-1161 to UCS-2
CEUUMBF8       Converter for IBM-1153 to UTF-8
CEUUMBU2       Converter for IBM-1153 to UCS-2
CEUUNBF8       Converter for IBM-5346 to UTF-8
CEUUNBU2       Converter for IBM-5346 to UCS-2
CEUUNEF8       Converter for IBM-5347 to UTF-8
CEUUNEU2       Converter for IBM-5347 to UCS-2
CEUUNFF8       Converter for IBM-5352 to UTF-8
CEUUNFU2       Converter for IBM-5352 to UCS-2
CEUUNGF8       Converter for IBM-9044 to UTF-8
CEUUNGU2       Converter for IBM-9044 to UCS-2
CEUUNHF8       Converter for IBM-5351 to UTF-8
CEUUNHU2       Converter for IBM-5351 to UCS-2
CEUUNIF8       Converter for IBM-5350 to UTF-8
CEUUNIU2       Converter for IBM-5350 to UCS-2
CEUUNJF8       Converter for IBM-17248 to UTF-8
CEUUNJU2       Converter for IBM-17248 to UCS-2
CEUUU2AK       Converter for UCS-2 to IBM-859
CEUUU2AL       Converter for UCS-2 to IBM-943C
CEUUU2AR       Converter for UCS-2 to IBM-425
CEUUU2DJ       Converter for UCS-2 to IBM-5348
CEUUU2DK       Converter for UCS-2 to IBM-5349
CEUUU2DL       Converter for UCS-2 to IBM-5488
CEUUU2EZ       Converter for UCS-2 to IBM-924
CEUUU2HC       Converter for UCS-2 to IBM-16804
CEUUU2HD       Converter for UCS-2 to IBM-1157
CEUUU2HH       Converter for UCS-2 to IBM-12712
CEUUU2HL       Converter for UCS-2 to IBM-8482
CEUUU2HN       Converter for UCS-2 to IBM-16684
CEUUU2HP       Converter for UCS-2 to IBM-1160
CEUUU2HQ       Converter for UCS-2 to IBM-4930
CEUUU2HS       Converter for UCS-2 to IBM-4971
CEUUU2HT       Converter for UCS-2 to IBM-1154
CEUUU2HW       Converter for UCS-2 to IBM-1155
CEUUU2HX       Converter for UCS-2 to IBM-5123
CEUUU2HZ       Converter for UCS-2 to IBM-1156
CEUUU2IA       Converter for UCS-2 to IBM-4909
CEUUU2IF       Converter for UCS-2 to ISO8859-15
CEUUU2KA       Converter for UCS-2 to IBM-1371
CEUUU2KB       Converter for UCS-2 to IBM-9027
CEUUU2KC       Converter for UCS-2 to IBM-13121
CEUUU2KD       Converter for UCS-2 to IBM-1159
CEUUU2LA       Converter for UCS-2 to IBM-1370
CEUUU2LB       Converter for UCS-2 to IBM-1126
CEUUU2LC       Converter for UCS-2 to IBM-1362
CEUUU2LD       Converter for UCS-2 to IBM-902
CEUUU2LE       Converter for UCS-2 to IBM-872
CEUUU2LF       Converter for UCS-2 to IBM-808
CEUUU2LG       Converter for UCS-2 to IBM-9061
CEUUU2LH       Converter for UCS-2 to IBM-901
CEUUU2LI       Converter for UCS-2 to IBM-9238
CEUUU2LJ       Converter for UCS-2 to IBM-867
CEUUU2LU       Converter for UCS-2 to IBM-1161
CEUUU2MB       Converter for UCS-2 to IBM-1153
CEUUU2NB       Converter for UCS-2 to IBM-5346
CEUUU2NE       Converter for UCS-2 to IBM-5347
CEUUU2NF       Converter for UCS-2 to IBM-5352
CEUUU2NG       Converter for UCS-2 to IBM-9044
CEUUU2NH       Converter for UCS-2 to IBM-5351
CEUUU2NI       Converter for UCS-2 to IBM-5350
CEUUU2NJ       Converter for UCS-2 to IBM-17248
CEUUZZZZ       iconv Unicode Conversion Services interface
CHAR@BIT       INSPECT Constant CHAR_BIT
CHAR@MAX       INSPECT Constant CHAR_MAX
CHAR@MIN       INSPECT Constant CHAR_MIN
CHECKSCH       Stub: CheckSchEnv()
CHKTSO         Check if system is TSO
CLRMEMF        Stub: clrmemf()
CONNECTE       Stub: ConnectExportImport()
CONNECTS       Stub: ConnectServer()
CONNECTW       Stub: ConnectWorkMgr()
CONTINUE       Stub: ContinueWorkUnit()
COPYSIGN       Stub: copysign()
COSF           Stub: cosf()
COSHF          Stub: coshf()
COSHL          Stub: coshl()
COSL           Stub: cosl()
CREATEWO       Stub: CreateWorkUnit()
CSNAP          Stub: csnap()
CTRACE         Stub: ctrace()
CUNLCNV        iconv Unicode Conversion Services interface
CUN4LCNV       iconv Unicode Conversion Services interface
DECHEX         Decimal to Hexadecimal Conversion
DEFTERMH       Default termination handler
DELETEWO       Stub: DeleteWorkUnit()
DISCONNE       Stub: DisconnectServer()
DN@COMP        Stub: dn_comp()
DN@EXPAN       Stub: dn_expand()
DN@FIND        Stub: dn_find()
DN@SKIPN       Stub: dn_skipname()
DYNALLOC       Stub: dynalloc()
DYNFREE        Stub: dynfree()
EDC@@M01       acos
EDC@@M02       asin
EDC@@M03       atan
EDC@@M04       atan2
EDC@@M05       cos
EDC@@M09       erfc
EDC@@M11       gamma
EDC@@M13       log10
EDC@@M14       exp
EDC@@M15       sin
EDC@@M16       sqrt
EDC@@M17       tan
EDC@@M18       tanh
EDC@@M19       fmod
EDC@@M20       hypot
EDCABFMT       BFP LIBASCII common routine for printf
EDCABND        CRTL internal ABEND routine
EDCABORT       abort()
EDCABS         abs()
EDCADFMT       HFP LIBASCII common routine for printf
EDCALCXP       XPLINK DSA extension
EDCALLOC       SPC malloc(), calloc(), realloc(), SPC free()
EDCASCTM       asctime()
EDCATEX        atexit(), unatexit()
EDCATOF        atof(), strtof(), strtod(), strtodxx()
EDCATOI        atoi(), atol()
EDCATRM        At termination routine
EDCBCLMF       clear memory files
EDCBCLSA       close all open files
EDCBCLSE       fclose()
EDCBCOMM       Common utility pegs
EDCBDLRC       fdelrec()
EDCBEPEG       Error pegs
EDCBFLGS       clearerr(), feof(), ferror()
EDCBFLSH       fflush()
EDCBGETC       fgetc(), getc(), getchar(), etc.
EDCBGETS       fgets(), gets(), etc.
EDCBGPOS       ftell(), ftello(), fgetpos(), etc.
EDCBIO24       OS I/O low-level AMODE 24 routines
EDCBKFCB       CRTL internal I/O error processing routines
EDCBLOCT       flocate()
EDCBMEM        Memory file first reference pegs
EDCBMSGF       LE Message File first reference pegs
EDCBM030       I/O first reference pegs
EDCBM040       I/O first reference pegs
EDCBM042       I/O first reference pegs
EDCBM054       I/O first reference pegs
EDCBM066       I/O first reference pegs
EDCBM068       I/O first reference pegs
EDCBM082       I/O first reference pegs
EDCBNOSK       OS I/O noseek pegs
EDCBOPEN       fopen()
EDCBOPRU       open read/update DCB
EDCBOPW        open write DCB
EDCBOSCP       OS I/O calculate position
EDCBOSNT       OS I/O note position
EDCBOSRB       OS I/O read back one block
EDCBOSRD       OS I/O read block
EDCBOSRW       OS I/O rewind
EDCBOSSK       OS I/O seek
EDCBOSW        OS I/O write block
EDCBPERR       perror()
EDCBPUTC       fputc(), putc(), putchar(), etc.
EDCBPUTS       fputs(), puts(), etc.
EDCBPVSM       VSAM first reference pegs
EDCBP000       I/O pegs
EDCBP030       I/O pegs
EDCBP032       I/O pegs
EDCBP039       I/O pegs
EDCBP040       I/O pegs
EDCBP042       I/O pegs
EDCBP044       I/O pegs
EDCBP054       I/O pegs
EDCBP056       I/O pegs
EDCBP065       I/O pegs
EDCBP066       I/O pegs
EDCBP067       I/O pegs
EDCBP068       I/O pegs
EDCBP074       I/O pegs
EDCBP082       I/O pegs
EDCBP083       I/O pegs
EDCBP084       I/O pegs
EDCBP085       I/O pegs
EDCBP088       I/O pegs
EDCBP090       I/O pegs
EDCBP091       I/O pegs
EDCBP096       I/O pegs
EDCBP098       I/O pegs
EDCBP100       I/O pegs
EDCBP101       I/O pegs
EDCBP116       I/O pegs
EDCBREAD       fread()
EDCBREOP       freopen()
EDCBRPOS       fseek(), fseeko(), fsetpos(), etc.
EDCBSERR       strerror()
EDCBSRCH       bsearch()
EDCBSTBF       setbuf(), setvbuf()
EDCBSTDC       standard stream child pegs
EDCBSTDR       standard stream root pegs
EDCBTERM       Terminal I/O first reference pegs
EDCBUNGT       ungetc()
EDCBUPDT       fupdate()
EDCBWGET       fgetwc(), getwc(), getwchar(), fgetws(),
               ungetwc()
EDCBWPUT       fputwc(), putwc(), putwchar(), fputws()
EDCBWRIT       fwrite()
EDCCCBKE       backchaining and EP functions
EDCCEIL        ceil, floor, modf
EDCCFIDB       C file debug support
EDCCINT        C enclave initialization
EDCCLASS       cclass()
EDCCLOCK       clock()
EDCCLOCP       POSIX version of the default "C" locale
EDCCLOCS       SAA version of the default "C" locale
EDCCNVRT       Date & time conversion routine
EDCCOLEL       Collection of collating routines
EDCCPRDB       C product debug support
EDCCPUMV       CALCULATE AND RETURN ELAPSED JOB-STEP
               TCB CPU TIME
EDCCSID        csid()
EDCCTERM       C enclave termination
EDCCTEST       __ctest()
EDCCTIME       ctime()
EDCCTTBL       __cttbl()
EDCCTTRM       C thread termination
EDCDEMAC       demangle
EDCDFMTO       core of printf family
EDCDFTME       difftime()
EDCDIV         div()
EDCDOECV       Convert double or long double to 'e' format
               string
EDCDOFCV       Convert double or long double to 'f' format
               string
EDCDXFMT       core of printf family VARARG extended
EDCDYNFN       dynalloc(), dynfree()
EDCEBMTC       binary floating point constants
EDCEBTHA       Convert BFP format to HFP format
EDCEBTOH       BFP to HFP conversion routines
EDCEDFMT       BFP core of printf family
EDCEDFTM       BFP difftime
EDCEEACH       IEEE754 acosh
EDCEEACS       IEEE754 acos
EDCEEASN       IEEE754 asin
EDCEEATH       IEEE754 atanh
EDCEEAT2       IEEE754 atan2
EDCEECSH       IEEE754 cosh
EDCEECVT       IEEE754 BFP to string
EDCEEEXP       IEEE754 exp
EDCEEFMD       IEEE754 fmod
EDCEEGAM       IEEE754 gamma
EDCEEGMR       IEEE754 gamma_r
EDCEEHPT       IEEE754 hypot
EDCEEJN        IEEE754 jn
EDCEEJ0        IEEE754 j0
EDCEEJ1        IEEE754 j1
EDCEELGM       IEEE754 lgamma
EDCEELGR       IEEE754 lgamma_r
EDCEELG1       IEEE754 log10
EDCEELOG       IEEE754 log
EDCEEPOW       IEEE754 pow
EDCEEREM       IEEE754 remainder
EDCEERP2       IEEE754 remainder of x rem pi/2 in y[0]+y[1]
EDCEESCB       IEEE754 scalb
EDCEESNH       IEEE754 sinh
EDCEESQT       IEEE754 sqrt
EDCEFCVT       IEEE754 BFP to string
EDCEFPCI       Binary floating point control register
               interfaces
EDCEHTBA       Convert HFP format to BFP format
EDCEKCOS       kernel cos
EDCEKRP2       kernel remainder of x rem pi/2
EDCEKSIN       kernel sin
EDCEKSTD       kernel standard routines
EDCEKTAN       kernel tan
EDCELLXA       Convert signed or unsigned long long to BFP
               (assembler)
EDCELLXC       Convert signed or unsigned long long to BFP
EDCELVLA       Return BFP level of support or usage (assembler)
EDCELVLC       Return BFP level of support or usage
EDCENANC       Binary floating point nancode conversion
EDCEPFNC       HFP to BFP casting support
EDCESABS       abs(x) returns the absolute value of x
EDCESASH       IEEE754 asinh
EDCESATN       IEEE754 atan
EDCESCEL       IEEE754 ceil
EDCESCOS       IEEE754 cos
EDCESCRT       IEEE754 cbrt
EDCESERF       IEEE754 erf
EDCESEX1       IEEE754 expm1
EDCESFAB       IEEE754 fabs
EDCESFIN       IEEE754 finite
EDCESFLR       IEEE754 floor
EDCESFXP       IEEE754 frexp
EDCESILB       IEEE754 ilogb
EDCESLGB       IEEE754 logb
EDCESLXP       IEEE754 ldexp
EDCESL1P       IEEE754 log1p
EDCESMDF       IEEE754 modf
EDCESMER       IEEE754 matherr
EDCESNAN       DFP classification function
EDCESNXA       IEEE754 nextafter
EDCESRNT       IEEE754 rint
EDCESSBN       IEEE754 scalbn
EDCESSIG       IEEE754 copysign
EDCESSIN       IEEE754 sin
EDCESTAN       IEEE754 tan
EDCESTNH       IEEE754 tanh
EDCESVER       MACRO for standards
EDCEUCVT       Convert BFP character specified by XPG4
               fcvt and gcvt
EDCEWACH       IEEE754 wrapper acosh
EDCEWACS       IEEE754 wrapper acos
EDCEWASN       IEEE754 wrapper asin
EDCEWATH       IEEE754 wrapper atanh
EDCEWAT2       IEEE754 wrapper atan2
EDCEWCSH       IEEE754 wrapper cosh
EDCEWEXP       IEEE754 wrapper exp
EDCEWFMD       IEEE754 wrapper fmod
EDCEWGAM       IEEE754 wrapper gamma
EDCEWGMR       IEEE754 wrapper gamma_r
EDCEWHPT       IEEE754 wrapper hypot
EDCEWJN        IEEE754 wrapper jn
EDCEWJ0        IEEE754 wrapper j0
EDCEWJ1        IEEE754 wrapper j1
EDCEWLGM       IEEE754 wrapper lgamma
EDCEWLGR       IEEE754 wrapper lgamma_r
EDCEWLG1       IEEE754 wrapper log10
EDCEWLOG       IEEE754 wrapper log
EDCEWPOW       IEEE754 wrapper pow
EDCEWREM       IEEE754 wrapper remainder
EDCEWSCB       IEEE754 wrapper scalb
EDCEWSNH       IEEE754 wrapper sinh
EDCEWSQT       IEEE754 wrapper sqrt
EDCEXCPT       C++ exception processing routines
EDCEXFMT       BFP core of printf family VARARG extended
EDCEXLLA       Convert BFP to signed or unsigned long long
               (assembler)
EDCEXLLC       Convert BFP to signed or unsigned long long
EDCEXTVR       External variable stub routines
EDCFABS        fabs
EDCFECB        fetch control block
EDCFECBK       fetch control block
EDCFECBL       fetch control block
EDCFECBM       fetch control block
EDCFECB3       fetch control block
EDCFECB4       fetch control block
EDCFECB6       fetch control block
EDCFETCH       fetch(), fetchep(), release()
EDCFHTOB       HFP to BFP conversion routines
EDCFNWSA       Find WSA associated with entry point
EDCFPCLS       Floating point functions
EDCFPCMP       Floating point functions
EDCFPFNC       Floating point functions
EDCFPRTF       fprintf()
EDCFREXP       frexp()
EDCFSCNF       fscanf()
EDCFTOP        Float to packed decimal
EDCFTPRT       SPC footprint initialization
EDCFXCLB       C/C++ CALLBACKANY support for DLL(CBA)
               or NODLL(CBA)
EDCGCSP        __gcsp()
EDCGETCB       Access to internal control blocks
EDCGETNV       setenv(), getenv(), putenv(), clearenv(),
               unsetenv()
EDCGMTME       gmtime()
EDCGPGM        Retrieves the command by which this program
               was invoked
EDCGSCAN       core of scanf family of functions
EDCGSYN        getsyntx()
EDCHBXFD       __bldxfd()
EDCHCDTR       DLL and C++ initialization, constructor, 
               destructor
EDCHDEST       C++ routines for exception handling
EDCHDFRE       dllfree()
EDCHDLDE       dllload()
EDCHDLOK       DLL serialization routines
EDCHDQRF       dllqueryfn()
EDCHDQRV       dllqueryvar()
EDCHVDEL       C++ vector delete
EDCICONV       EDCICONV main program
EDCICONX       iconv() support code
EDCICONY       XPLINK iconv() support code
EDCILG10       intlog10()
EDCISA         isalpha
EDCISAN        isalnum
EDCISB         isblank
EDCISBFP       __isBFP()
EDCISC         iscntrl
EDCISD         isdigit
EDCISG         isgraph
EDCISL         islower
EDCISPR        isprint
EDCISPU        ispunct
EDCISRT        Check for root program
EDCISSP        isspace
EDCISU         isupper
EDCISXD        isxdigit
EDCJN          j0(), j1, jn(), y0(), y1(), yn()
EDCLABS        labs(), llabs(), imaxabs()
EDCLBREL       __librel()
EDCLCLCO       localeconv()
EDCLCLDT       localdtconv()
EDCLDIV        ldiv(), lldiv(), imaxdiv()
EDCLLOAD       Locale load service
EDCLWAI        Acquire and initialize the primary and alternate
               LWAs
EDCMBINI       mvsinit
EDCMBLEN       mblen, mbtowc, mbstowcs, btowc
EDCMBLN        mbrlen
EDCMBWC        mbrtowc
EDCMBWCS       mbsrtowcs
EDCMCHR        memchr()
EDCMCMP        memcmp()
EDCMCPY        memcpy()
EDCMKTME       mktime()
EDCMMOVE       memmove()
EDCMSET        memset()
EDCMTFM        C Multitasking Facility - Maintask library 
               services
EDCMTFOS       C Multitasking Facility - OS service & Asm
               interface
EDCMTFX        MTF Subtask library function: tsetsubt
EDCNCUSZ       Compile unit abstraction
EDCNDASM       Disassemble given number of bytes
EDCNLDDB       Load debugger member
EDCNLINF       nl_langinfo()
EDCNLISZ       Build result tree for LIST  or LIST NAMES
EDCNLSET       Locale setup routines
EDCNSTO        Storage management for debugger
EDCNSTTZ       Statement number table abstraction
EDCNUTIL       General utilities for debugger
EDCNVARZ       Miscellaneouns routines to support LIST
EDCNVATZ       Display attributes of a C lvalue, tag, or
               typedef
EDCOAIO        aio_xxxx functions
EDCOA64L       a64l(), l64a()
EDCOBMEM       bcmp(), bcopy(), bzero(), ffs()
EDCOBRK        brk(), sbrk()
EDCOBSNM       basename()
EDCOBSTD       CRTL internal standard stream build
EDCOCATE       ASCII to EBCDIC conversion routines
EDCOCATO       catopen, catgets, catclose
EDCOCLAS       WLM server classify functions
EDCOCLCK       Return processor time used by program
               (old version)
EDCOCNFS       confstr()
EDCOCOMM       ctermid, cfgetospeed, cfsetospeed, cfgetispeed,
               cfsetispeed
EDCOCREF       Encryption termination routines
EDCOCUSR       cuserid()
EDCODEBU       Resolver debug functions
EDCODFLT       Default functions for cases when APIs not
               available
EDCODIR        Directory functions
EDCODRNM       dirname()
EDCOEINT       Resolver initialization
EDCOENCC       encryption functions
EDCOERNO       errno and errno2 functions
EDCOEXEC       exec and spawn functions
EDCOEXIT       _exit(), _Exit()
EDCOEXTV       external variable reference functions
EDCOFLNO       fileno()
EDCOFLOK       CRTL FILE locking services
EDCOFMTM       fmtmsg()
EDCOFNMA       fnmatch()
EDCOFORK       fork()
EDCOFPR        Save/Restore Floating-Point Registers
EDCOFRKR       fork exit routines
EDCOFTOK       ftok()
EDCOFTW        ftw(), nftw()
EDCOGCTX       getcontext()
EDCOGDAT       getdate()
EDCOGDEF       getdate external variable support
EDCOGETL       getlogin,