{
{   The purpose of this request is to copy a "local status" variable to a
{ procedure's request status.  Only the valid portion of the status record
{ is copied.
{
{        OSP$COPY_LOCAL_STATUS_TO_STATUS (LOCAL_STATUS, STATUS);
{
{ LOCAL_STATUS: (input) This is the procedure's local status variable that
{        is to be copied to the procedure's request status.  For performance
{        this parameter is a VAR parameter.  This will ALWAYS inhibit CYBIL
{        from making a copy of the local status value.
{
{ STATUS: (output) This is the procedure's request status.
{      CONDITIONS:
{        Any status conditions possible may be returned by this request.  Any
{        condition returned is the same as the condition passed in the local
{        status value.
