
{
{    The purpose of this request is to change a binary date to its alpha
{  equivalent.
{
{        PMP$CHANGE_BINARY_TO_ALPHA_DATE (BINARY_TIME, FORMAT, DATE, STATUS)
{
{  BINARY_TIME: (input) The binary date and time from which the date is
{        obtained and changed to its alpha equivalent.
{
{  FORMAT: (input) This parameter specifies the format in which the date
{        will be returned.  Valid specifications are:
{          osc$month_date : month DD, YYYY
{            example: November 13, 1978
{          osc$mdy_date : MM/DD/YY
{            example: 11/13/78
{          osc$iso_date : YYYY-MM-DD
{            example: 1978-13-11
{          osc$ordinal_date : YYYYDDD
{            example: 1978317
{          osc$default_date : an installation specified format from the above.
{
{  DATE: (output) This parameter specifies the current date.
{
{  STATUS: (output) This parameter specifies the request status.
{       CONDITION: pme$invalid_date_format.
{       IDENTIFIER: pmc$program_management_id.
{
