
{
{    The purpose of this request is to obtain the current time of day
{  in a user selected format.
{
{        PMP$GET_TIME (FORMAT, TIME, STATUS)
{
{  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.
{
