How do you start developing a datastage project?
No Answer is Posted For this Question
Be the First to Post Answer
How to generate surrogate key without using surrogate key stage?
Why we use parameters instead of hard code in datastage.
how to configure databases through datastage
if ename='subbu' while running job the job should be abort how come?
one file contains col1 100 200 300 400 500 100 300 600 300 from this i want to retrive the only duplicate like this tr1 100 100 300 300 300 how it's possible in datastage?can any one plz explain clearley..........?
how to sort two columns in single job in datastage.
Is possible to create skid in dim,fact tables?
I am defining one varaible parameter date in job parameters.I want use this variable date in where clause in source query.
If there is a file that contains 1000 records, I need the ouput to contain these 1000 records with the header as file name concatenated with the current timestamp and trailer as the count of records
what is materialized view used datastage?
How to create a file using vi editor? 2)how to delete a file in vi editor? 3)How to connect the server datastage to unix? what r the command lines we r using? 4)30 jobs r runnig in unix i want to find out my job. how to do this? give me command?
How can we read latest records in a text file named file1.txt using seq file stage only? file1 having 100 records in that 5 record sare latest records.How can we read that latest records?