Author: balaji81_k
Posted: Thu Oct 20, 2016 1:45 am (GMT 5.5)
Hi Enrico,
I coded this way
It is working as expected.
_________________
dear peoples,
i want to join these this group in order to
enrich my knowledge in mainframe.
Posted: Thu Oct 20, 2016 1:45 am (GMT 5.5)
Hi Enrico,
I coded this way
Code: |
SELECT CAST(VARCHAR_FORMAT(CURRENT_DATE,'YYYY.MM.DD') AS CHAR(10)), SUBSTR('|',1,1), CAST(VARCHAR_FORMAT(CURRENT_DATE,'YYYY/MM/DD') AS CHAR(10)), SUBSTR('|',1,1) FROM SYSIBM.SYSDUMMY1 |
It is working as expected.
_________________
dear peoples,
i want to join these this group in order to
enrich my knowledge in mainframe.