{
{   The purpose of this request is to determine the type of result that a
{ function is expected to return.  This request is intended for functions like
{ $READ which base the form of their results on the expected type.
{
{       CLP$GET_EXPECTED_TYPE (WORK_AREA, EXPECTED_TYPE, STATUS)
{
{ WORK_AREA: (input, output)  This parameter specifies an area of storage that
{       is used to construct the expected type's specification.  The position
{       of this sequence pointer is be updated to reflect the amount of storage
{       used by the request.  Normally, the work_area parameter passed to the
{       function processor is used for this parameter.
{
{ EXPECTED_TYPE: (output)  This parameter specifies the specification of the
{       expected type of the function's result.  If NIL is returned, no
{       particular tpye of result is expected, i.e.  any type of result is may
{       be acceptable.
{
{ STATUS: (output)  This parameter specifies the request status.
{
