
{
{    The purpose of this request is to format a compact time into a user
{  specified format.
{
{        PMP$FORMAT_COMPACT_TIME (DATE_TIME, FORMAT, TIME, STATUS)
{
{  DATE_TIME: (input) The compact date and time from which the time is
{        extracted and formatted.
{
{  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 formatted time.
{
{  STATUS: (output) This parameter specifies the request status.
{       CONDITION: pme$invalid_time_format, pme$invalid_millisecond,
{                  pme$invalid_second, pme$invalid_minute, pme$invalid_hour.
{       IDENTIFIER: pmc$program_management_id.
{
