Stage Variable - An intermediate processing variable that retains value during read and doesnt pass the value into target column. Derivation - Expression that specifies value to be passed on to the target
Latest Answer : all r correct one only ...
Latest Answer : XML files can be read using FOLDER stage followed by XML input stage in server jobs. ...
IConv() - Converts a string to an internal storage formatOConv() - Converts an expression to an output format.
Latest Answer : iconv is used to convert the date into into internal format i.e only datastage can understand example :- date comming in mm/dd/yyyy format datasatge will conver this ur date into some number like :- 740u can use this 740 in derive in ur own format by ...
What are Routines and where/how are they written and have you written any routines before?
Routines are stored in the Routines branch of the DataStage Repository, where you can create, view or edit. The following are different types of routines: 1) Transform functions
Functions like [] -> sub-string function and ':' -> concatenation operatorSyntax: string [ [ start, ] length ]string [ delimiter, instance, repeats ]
Starting from DS 6.0 we have the ability to call external Java functions using a Java package from Ascential. In this case we can even use the command line to invoke the Java function and write the return
Latest Answer : Use the Java PACK. Java Pack has Java Client and Java Transformer Stages. YOu can write your own class and call it from either from Client or Transformer stages. ...
A. dsimport.exe- imports the DataStage components.B. dsexport.exe- exports the DataStage components.
Latest Answer : Parameters: UserName,Password, Hostname, ProjectName,CurrentDirectory(C:/Ascential/DataStage7.5.1/dsexport.exe),FileName(JobName). ...
A. The jobs in which data is read directly from OCI stages are running extremely slow. I had to stage the data before sending to the transformer to make the jobs run faster.B. The job aborts
Latest Answer : Plz..Refer Q.227 for more information. ...
DWH's are typically read only, batch updated on a scheduleODS's are maintained in more real time, trickle fed constantly