--
Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines
IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24
To post, send email to jB...@googlegroups.com
To unsubscribe, send email to jBASE-un...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
PROGRAM TEST.DATES
$INCLUDE GLOBUS.BP I_COMMON
$INCLUDE GLOBUS.BP I_EQUATE
CALC.DATE = '20101102'
CALC.DATE=ICONV(CALC.DATE,'D')
DAY.STR = OCONV(CALC.DATE,'DWA')
PRINT DAY.STR
STOP
OUTPUT:
Object TEST.DATES cataloged successfully
TEST.DATES
TUESDAY