mvclrtobol



function mvclrtobol
{
    move "${1}" "${2}" &&
      clrtobol
    return ${?}
}