) How can you count the total no .of records in the
specified partition in the Multifile?
Answers were Sorted based on User's Feedback
Answer / puneet
m_cat <mfs file name> | wc -l
gives the record count in mfs file provided every record are present in new line..
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / prakashbalakrishnan
In Multi Files, data's are stored in individual partitions.
i.e. for 3 way partition, it will stored as
/wload/xxx/xxx/1way/../test.dat,
/wload/xxx/xxx/2way/../test.dat,/wload/xxx/xxx/3way/../test.dat
SO in unix u can easily the find the different partitions
and for the corresponding partition u can get toal no. of
records by using wc command.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / learner
use m_expand command, it will give list of partitioned file, than wc -l on specified file name give number of records
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / pramod k m
First do
cat <mfs filename>
Then
cat <complete path of the data partition> | wc -l
| Is This Answer Correct ? | 1 Yes | 1 No |
What is MAX CORE of a component?
What is the difference between a DB config and a CFG file?
Do you think effective communication is necessary for data processing?
How you can run a graph infinitely in ab initio?
Describe the effect of the "checkpoint" t-sql statement?
how will i can implemate Insert,Update,delete in abinitio? how will u view MFS in unix?what is diff/btween conditional dml& conditional component?
What is rollup component?
what is the syntax of m_dump command?
What is the diff between abinitiorc and .abinitiorc files ?
What is publickey and private key?what is the use of this two keys?
What is the significance of record required indicator of Join component ? How to use in abinitio graph?
In MFS i developer developed 2-way, but supporters r supporting 4-way on same records how is possible?