We have moved to www.dataGenX.net, Keep Learning with us.
Showing posts with label compiler. Show all posts
Showing posts with label compiler. Show all posts

Friday, December 06, 2013

List of Environment Variables in DataStage



General Job Administration

APT_CHECKPOINT_DIR
APT_CLOBBER_OUTPUT
APT_CONFIG_FILE
APT_DISABLE_COMBINATION
APT_EXECUTION_MODE
APT_ORCHHOME
APT_STARTUP_SCRIPT
APT_NO_STARTUP_SCRIPT
APT_STARTUP_STATUS
APT_THIN_SCORE

Thursday, September 19, 2013

DataStage compile error 65280; Couldn't change directory to /tmp


Error when trying to compile parallel (PX) jobs in a project.

The compilation errors include the following:

Subprocess command failed with exit status 65280.
Output from subprocess: Couldn't change directory to /tmp : No such file or directory


Tuesday, July 09, 2013

When datastage file system becomes full, RT_LOGxxx files can become corrupted. Here is a manual procedure to recreate them


When many datastage jobs are running for long time, the RT_LOGxxx files can become very big. If the log files are not regularly purged, in some cases, a file system full on the datastage file system can occur. If the corruption of datastage system files is restricted to the RT_LOGxxx files, a procedure to delete and recreate the RT_LOGxxx files can be attempted in order to recover from the corruption.

Tuesday, June 18, 2013

Selecting DataStage job log results in error: Error Selecting from log file RT_LOG


When trying to view a job log in DataStage Director, an error similar to the following is received:

Error selecting from log file RT_LOGnn
Command was: SSELECT RT_LOGnn WITH @ID LIKE '1NON' COUNT.SU
Error was: Internal data error. File <path_to>/RT_LOGnn/<filename>':
Computed blink of 0xnnnn does not match expected blink of 0xnnnn! Detected within group starting at address 0xnnnnnn!
The error message received indicates that the log file for the job is corrupted.

Saturday, April 27, 2013

Local and Shared Containers


As the name suggest local container (LC) contains the stages locally in the job and shared container (SC) contains stage in the job as well as allow its usage to other jobs. Differences or qualities between these two types of containers can be listed as follows:

 

Local Containers

1) Mainly used to ease the job design.
2) Piece of logic can be combined together and used inside a job.
3) Can only be used in the job after its creation.
4) Number of input and output links supported by local containers.
5) Availability throughout the job.

Wednesday, January 16, 2013

Multiple Job Compile in DataStage


Multiple job compilation is used to compile multiple jobs at a time. Follow the steps:

Step 1: Log into DS Designer and go to
‘Tools -> Multiple Job Compile’

Step 2: Then select job kind, routines or etc which you want to compile and choose Show Manual section page from the following diagram.

Tuesday, December 18, 2012

Specifying C++ compiler settings for DataStage in Windows





Today I am sharing how to specify the C++ compiler settings for DataStage in Windows Environment. From last few days I also face a lot of issue with this :P so thought it need to share with you all.
For :  DataStage 8.x