Return Default Time String for Country or Region (CEEFMTM) API


  Omissible Parameter:

1 country/region_code Input CHAR2

  Required Parameter:

2 time_pic_str Output VSTRING

  Omissible Parameter:

3 fc Output FEEDBACK

  Service Program Name: QLEAWI

  Default Public Authority: *USE

  Threadsafe: Yes

The Return Default Time String for Country or Region (CEEFMTM) API returns the default time picture string for the country or region specified in the country/region_code parameter.


Omissible Parameter

country/region_code (input)
The 2-character string that represents the country or region code. See Country/Region Codes for values. If this value is blank, the default country or region code will be used.

Authorities and Locks

None.


Required Parameter

time_pic_str (output)
The default time picture string for the country or region code is placed into this character string variable.

Omissible Parameter

fc (output)
A 12-byte feedback code passed by reference. If specified as an argument, a condition token is returned to the calling procedure. If not specified and the requested operation was not successfully completed, the condition is signaled to the condition manager.

Feedback Codes and Conditions

CEE0000 The API completed successfully
Severity: 00  
CEE3468 The time picture string is truncated
Severity: 20  
CEE3469 The country/region_code identifier is not valid for CEEFMTM
Severity: 30  
CEE9902 Unexpected user error occurred in &1
Severity: 30  


API introduced: V2R3
Top | ILE CEE APIs | APIs by category