Archives of the TeradataForum
Message Posted: Thu, 06 Nov 2003 @ 15:30:57 GMT
Subj: | | Re: Mload Filesize Limit |
|
From: | | McBride, Michael |
Duane here is an example of how you use the large file access module in an MLOAD script...
.IMPORT INFILE filename_over_2gb
AXSMOD lf_axsmod.so 'A'
LAYOUT INPUTLAYOUT
FORMAT FASTLOAD
APPLY LOAD_DETAIL;
Note: it is important to pass the dummy parameter 'A' which means nothing, but is required in order for the access module to work (This
is undocumented, but I got the tip from NCR's technical support staff).
Hope this helps...
mem
|