{
{   This request converts an integer representation of a date in YYMMDD form
{   to a date/time value.
{
{       FDP$CONVERT_YYMMDD_TO_DATE_TIME (YYMMDD, DATE_TIME, VARIABLE_STATUS)
{
{ YYMMDD: (input)  This parameter specifies the integer date to be
{            converted.  It must be in YYMMDD format.
{
{ DATE_TIME: (output)  This parameter specifies the resulting date/time value.
{
{ VARIABLE_STATUS: (output)  This parameter specifies the status of the
{       value.
{
{       value:  fdc$no_error
{               fdc$invalid_integer
