Can we use sequential file as source to hash file? Have you
do it ?if what error it will give?
Answer / srinivas
We can use sequential file as source for hash file it doesnt give any error .
If have any doubt try once.
| Is This Answer Correct ? | 0 Yes | 0 No |
1)Source file contains one record, I want 100 records in target file.
What are the different common services in datastage?
I have load a Dataset in UAT with 2 Node configuration, imported the job into PROD environment which is 4 node configuration and using this DataSet as SRC to other job. will the job run fine or give any errors? If job runs fine, on how many nodes? 2 nodes or 4 nodes?
why dataset ?
how to achieve this output ? Two Input columns(ID & Name) - ID | Name 1 | Jack 1 | Kara In output there should be only 1 column which will be populated as - 1,Jack 1,Kara
What is a quality stage in datastage tool?
What is the difference between datastage and datastage tx?
what is the definitions for Datawarehose and Datamart?
what is time dimension? and how to populate time demension
insequential file 2header avaliable,and 100 records avaliable.how to skip the 2 headers and load 100 records target?
In the source seq file have 2 columns, i.e input: col1,col2 1,1 2,rajesh 3,15000 4,2 5,suresh 6,16000 7,3 8,veeru 9,17000 I want in the output like: eno,ename,sal 1,rajesh,15000 2,suresh,16000 3,veeru,17000 any one answer this scenario
If seg file having 10 records ex:eid 1 2 " " 10 if oracle database having 100 records ex:eid 1 2 " " 100 how to delete matched records permenently from oracle database using datastage ?