What is FILLER command in Teradata?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
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 |
IBM QUESTION As all we know PE takes the SQL Request and it will give responce for that query. what is the internal process happening.how it is taking that sql from the system????? thanks in Advance
2 Answers Cap Gemini, IBM, Infosys,
Hi Friends, Please send me Teradata Materials for certifications Thanks in advance !!
Why do Hash joins usually perform better than Merge Joins?
Hi frnds...can any one help me regarding this que.. We have column in a table name it as C1 WHICH CONTAIN ALPHANUMERIC AND NUMERIC VALUES. C1 2A 2B 2V 2H 1 2 3 4 5 i want to retrive numeric values like 1,2,3,4,5 How we can get Plz let me know.Thanks in advance
Why are oltp database designs not generally a good idea for a data warehouse?
Can you fastexport a field, which is primary key by putting equality on that key?
What is a dimension table?
can I use “drop” statement in the utility “fload”?
2 Answers Accenture, CTS, NTT Data,
How a Referential integrity is handled in Teradata?
What is meant by a Highest Cost Plan?
If the query is NOT WRITTEN PROPERLY then what are the recommendations you can give to the developer ?
Explain vproc in teradata?