BASIC
ABORT
ASSIGNMENT
BOOLEAN
BRANCHING
BSD
COMPILE.TIME
CONSTANT
DIMENSION
DYNAMIC
EQUATE
EXECUTE
IO
MATH
NLS
SQL
STRING
SYSTEM
TABLE
TAPE
TBD
TRANSACTION
TRANSFORM
PROC
BRANCHING
BUFFER
EXECUTE
TCL
ANALYSIS
IO
SYSTEM
|
BASIC CMD: OCONV |
Converts a literal or variable based on a supplied set of rules. |
|
|
format: Receiving Variable = OCONV(Raw Data, Rule)
|
Options |
Notes |
Result |
Code Examples |
| OCONV(1000,"MT") |
Military Time |
MT |
00:16 |
|
| OCONV(1000,"MTH") |
AM/PM Time |
MTH |
00:16am |
|
| OCONV(1000,"MTHS") |
AM/PM Time with Seconds |
MTHS |
00:16:40am |
|
| OCONV(1000,"MTS") |
Military Time with Seconds |
MTS |
00:16:40 |
|
| OCONV("pOsT RelAtIonAl","MCU") |
Uppercase |
MCU |
POST RELATIONAL |
|
| OCONV("pOsT RelAtIonAl","MCL") |
Lowercase |
MCL |
post relational |
|
| OCONV("pOsT RelAtIonAl","MCT") |
Initial Capitals |
MCT |
Post Relational |
|
|
|
Synonyms |
| See also |
ICONV
| CONVERT
| CHANGE
| XLATE
| ITYPE
|
Categories |
ALL
| TRANSFORM
|
Ideas |
|
More Details or Suggestions?
|
Updated from a Post-Relational data table on 10:18:28 23 Apr 2010
Courtesy of Key Ally, Inc.
More information at U2-Users Group
UniVerse is a Trademark of Rocket Software. Previous, IBM, Informix, Ardent, and vMark.
DMOZ
Wikipedia
|
|
|