What is FILLER command in Teradata?

Answers were Sorted based on User's Feedback



What is FILLER command in Teradata?..

Answer / girish jena

while using the mload of fastload if you don;t want to load
a particular filed in the datafile to the target then use
this filler command to achieve this

Is This Answer Correct ?    31 Yes 0 No

What is FILLER command in Teradata?..

Answer / kvsnr

For Srinu, i am posting my answer insted of girish for
SYNTAX for FILLER.

.LAYOUT FILE_IN; /* It is input file layout name */
.FIELD Emp_No * char(11); /* to load data in to Emp_no */
.FILLER Junk_chars * char(20); /* to skip the value for
the next 10 locations */

Is This Answer Correct ?    12 Yes 3 No

What is FILLER command in Teradata?..

Answer / yuvaevergreen

Adding to the above, filler command just accounts for the
input record layout and is not sent to the teradata.

Is This Answer Correct ?    5 Yes 0 No

What is FILLER command in Teradata?..

Answer / surya

Hi
in which phase of mload can i use .FILLER

Is This Answer Correct ?    3 Yes 0 No

What is FILLER command in Teradata?..

Answer / tdguy

Filler command is just used for input data format, but the
data is not sent to teradata. Used with Layout command in
Mload.

Is This Answer Correct ?    3 Yes 0 No

What is FILLER command in Teradata?..

Answer / srinu

ok Girish,
can u send the SYNTAX for Filler command

Is This Answer Correct ?    7 Yes 6 No

What is FILLER command in Teradata?..

Answer / subbareddy kake

For Surya...

Filler is not related to any phase.
We can use filler for skipping the few columns from the
source file to target table.we will write thefiller in sql
layout in the Mload script

Is This Answer Correct ?    1 Yes 0 No

What is FILLER command in Teradata?..

Answer / sivareddy

filler is nothing but avoid that column while exceution time

syn:.filler empno char(2).

Is This Answer Correct ?    0 Yes 0 No

What is FILLER command in Teradata?..

Answer / m.s

Can filler be used in Fastload and if it can be used to
filter tows coming from data file ?
That is, can I do the below fucntionality of multiload in
fastload ?

ex:
.apply dml_insert where filler = 'a'

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Teradata Interview Questions

What is inner join and outer join?

0 Answers  


How to eliminate product joins in a teradata sql query?

0 Answers  


How many types of joins are there in teradata?

0 Answers  


in ur table contains the coloumns like deptno,sal empname then i want output as deptno subtotalofdept totalsal 10 3700 3700 20 3400 7100 like that

1 Answers   IBM,


What is differnce between Error code and Error Level in Bteq

6 Answers   IBM,






What is the multi-insert?

0 Answers  


Why is the case expression used in teradata?

0 Answers  


List out some of the primary characteristics of teradata.

0 Answers  


My table got locked during mload due to a failed job. What do I do to perform other operations on it?

0 Answers  


How do you load Multiple files to a table by using fastload scripts?

1 Answers   Satyam,


Write a single SQL to delete duplicate records from the a single table based on a column value. I need only Unique records at the end of the Query.

13 Answers  


How is MLOAD Teradata Server restarted after execution?

0 Answers  


Categories