how can we validate the flat files using the date in the
header and number of records in the flat file? Using both
conditions at a time.
No Answer is Posted For this Question
Be the First to Post Answer
Give an idea of system variables.
This is UNIX question asked in DataStage Interview. Say I have n numbers of records in a text file. I want first 3 records in 1st file, last three records in 3rd file and remaining n-6 records in 2nd file. (Note: we don't know how many records are there in the File. I am getting one file on daily basis and I want three target files as asked above)
In Datastage, how you can fix the truncated data error?
What is the difference b/w Hash file and Lookup Fileset stages?
What is usage analysis in datastage?
by using dsjob..we can run only one job at a time?how can u run multiple jobs at a time in unix?
what is advantages of snowflake when it is used?
i hav source like this . deptno,sal 1,2000 2,3000 3,4000 1,2300 4,5000 5,1100 i want target like this target1 1,2000 3,4000 4,5000 target2 2,3000 1,2300 5,1100 with out using transformer
on how many columns we can perform aggregation in the Aggregator stage?
Is it possible to query a hash file?
I have 100 records how can I load at a time from the single time
What is "fatal error/rdbms code 3996" error?