what is .dsx files
Answers were Sorted based on User's Feedback
Answer / rams
dsx file datastage code back up file the code will be imported to another syatem we can use this format
| Is This Answer Correct ? | 19 Yes | 2 No |
Answer / bharathram1234
.dsx file is nothing but the datastage project backup file..
when we want to load the project at the another system or server we take the file and load at the other system/server...
| Is This Answer Correct ? | 15 Yes | 4 No |
Answer / guru v
.dsx file means Datastage job only.when you take the back up of the job that time its saved in .dsx format.
| Is This Answer Correct ? | 0 Yes | 1 No |
How many Key we can define in remove duplicate stage?
I have the following columns in the EMP table Empid,Empname,Sal,month(Sal),year(Sal) and DOB(let us say the dob is 15th-Jan-1981) Desing a job such that the output contains the following empname,year(sal),tot(sal) and current age i.e. whether 18yrs or so on
why dataset ?
What is oci?
Give an idea of system variables.
hi All, i have one scenario like if source--->transformer-->2 target sequential files the 1 st target sequential file is loads the data from source and 2nd target sequntial file contain the 1st target total record count,and file name of 1 st target seq file and timestamp seperated by delimeter for example if source have 10 record the 1st target seq file hav 10 records and 2nd target seq file example 10|xyz.txt|20101110 00:00:00 could you please help me out how can i implement in datastage job.
What is the difference between in process and inter process?
Is it possible to query a hash file?
How one source columns or rows to be loaded in to two different tables?
how to design the change capture stage in(data stage parallel jobs) type 2
If we take 2 tables(like emp and dept),we use join stage and how to improve the performance?
i have input like this Column 1 ,column 2 3,a 4,b 5.c i want output aaa bbbb ccccc Ple help any one?