{
{   This request retrieves information from a clt$type_specification.  It can
{ be used, for example, to determine the minimum and maximum size for a string,
{ the bounds for an array, etc.
{
{       CLP$GET_TYPE_INFORMATION (TYPE_SPECIFICATION, WORK_AREA,
{         TYPE_INFORMATION, STATUS)
{
{ TYPE_SPECIFICATION: (input)  This parameter specifies the type specification
{       from which information is to be obtained.
{
{ WORK_AREA: (input, output)  This parameter specifies an area of storage which
{       is used to hold additional information about the type that is pointed
{       to from the TYPE_INFORMATION parameter.  The current position of this
{       sequence pointer is updated to reflect the amount of storage used by
{       the request.
{
{ TYPE_INFORMATION: (output)  This parameter specifies the information about
{       the type.
{
{ STATUS: (output) This parameter specifies the request status.
{
