
{
{    The purpose of this request is to change a binary time to its alpha
{  equivalent.
{
{        PMP$CHANGE_BINARY_TO_ALPHA_TIME (BINARY_TIME, FORMAT, TIME, STATUS)
{
{  BINARY_TIME: (input) The binary date and time from which the time is
{        obtained and changed to its alpha equivalent.
{
{  FORMAT: (input) This parameter specifies the format in which the time
{        will be returned.  Valid specifications are:
{          osc$ampm_time :  HH:MM AM or PM
{            example:  1:15 PM
{          osc$hms_time : HH:MM:SS
{            example: 13:15:21
{          osc$millisecond_time : HH:MM:SS:MMM
{            example: 13:15:21:453
{          osc$default_time : an installation specified format from the above.
{
{  TIME: (output) This parameter specifies the current time.
{
{  STATUS: (output) This parameter specifies the request status.
{       CONDITION: pme$invalid_time_format.
{       IDENTIFIER: pmc$program_management_id.
{
