Below post explained in following sections. How to declare a function in shell script How to call a function in shell script Function with parameters Scope of Variables Return …
A. They are persistent. B. They are indexed to improve access. C. They are compressed to minimize storage space. D. They use the same data types as the parallel …
We know regular statuses that we observe in DataStage director. Some common statuses are- Not Compiled Compiled Running Finished Finished (see log) Aborted Crashed Sometimes when you trigger any …
The WebSphere DataStage server has a centralized file for storing environment variables called dsenv in $DSHOME. $DSHOME identifies the WebSphere DataStage installation directory. The default directory is /opt/IBM/InformationServer/Server/DSEngine. You …
As a developer, sometimes we need same dataset that should be used in another datastage server. Like it can be from Development server to Production server or Production to …
DataStage Scenario Based Question: Candidates are filling forms in some xyz institute, they are submitting photocopy of their documents, but the documents they submit are not all the same, …
What is RCP in DataStage? InfoSphere DataStage is also flexible about meta data. It can cope with the situation where meta data is not fully defined. You can define …
DataStage scenario based question: There is a column having both numbers and alphabet, the requirement is to separate all the numbers in one column and alphabet in other column. …