CA IDMS Server calls the custom conversion DLL functions as follows:
|
DLL Function |
Description |
|---|---|
|
DBCSAlloc |
Called before any other processing is done. |
|
DBCSInit |
Called after DBCSAlloc and before any other processing. CA IDMS Server passes the DBCS type, arbitrarily set to 1, and path specified on the CA IDMS International tab as parameters. These can be ignored. |
|
SetDBCSOption |
|
|
GetDBCSLength |
Called before DBCStoMF when the ASCII string is SQL syntax. |
|
DBCStoPC |
Called for each field converted from EBCDIC to ASCII. |
|
DBCStoMF |
Called for each field converted from ASCII to EBCDIC. |
|
DBCSEnd |
Called before unloading the DLL. |
|
Copyright © 2009 CA.
All rights reserved.
|
|