Quantcast
Channel: Teradata Forums - Database
Viewing all articles
Browse latest Browse all 14773

Formatting date in Multiload dd-mmm-yy - response (2) by rroy13

$
0
0

Additional information.
Input File layout:
.LAYOUT INPUT_LAYOUT;                                      
     .FIELD FILLER_1                     *CHAR(1);         
....
  .FIELD IN_BUS_CRT_DT            *CHAR(10) NULLIF           
         IN_BUS_CRT_DT = '          ';                       
...
Insert Statement:
INSERT INTO ZPCT03RV.ZPCV215_CLAIM_CHECK       
     (                                         
...
,BUS_RCD_CRT_DT    )
VALUES (
...
:IN_BUS_RCD_CRT_DT (DATE, FORMAT 'DD-MMM-YY')
... );
 
Century on the Date filed is ending up as 19.
 
,CHK_RCD_CRT_DT            = :IN_CHK_CRT_DT 


Viewing all articles
Browse latest Browse all 14773

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>