{
{   The purpose of this request is to get the identifier of the specified time
{ zone.  These identifiers are kept on "time zone message modules" (on an
{ object library in the command list).
{
{       CLP$GET_TIME_ZONE_IDENTIFIER (TIME_ZONE, FULL_FORM, NATURAL_LANGUAGE,
{         TIME_ZONE_IDENTIFIER, STATUS)
{
{ TIME_ZONE: (input)  This parameter specifies the time zone whose identifier
{       is desired.
{
{ FULL_FORM: (input)  This parameter specifies whether the "full" form of the
{       identifier is to be returned (TRUE) or the identifier's abbreviation
{       (FALSE).
{
{ NATURAL_LANGUAGE: (input)  This parameter specifies the natural language in
{       which the identifier is to be returned.  Osc$null_name can be used to
{       specify the job's currently selected natural language.  If no
{       definition for the time zone can be found in the requested natural
{       language, US_English is used.  If a definition still cannot be found,
{       a null string (size = 0) is returned.
{
{ TIME_ZONE_IDENTIFIER: (output)  This parameter specifies the returned time
{       zone identifier.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS: pme$invalid_time_zone
{                   ose$bad_natural_language
{
