How can you find out whether datastage process is running
or not in unix?

Answer Posted / abhimanyu

ps -ef | grep jobname

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of hash files are there?

612


What is the differentiate between data file and descriptor file?

863


What are routines in datastage? Enlist various types of routines.

627


how can we validate the flat files using the date in the header and number of records in the flat file? Using both conditions at a time.

2734


What is the difference between validated and compiled in the datastage?

703






In a batch if a job fails in between and you want to restart the batch from that particular job and not from the scratch then what will you do?

598


What are the main differences you have observed between 7.x and 8.x version of datastage?

624


Why we use surrogate key?

699


Nls stands for what in datastage?

728


What is the purpose of pivot stage?

608


Explain entity, attribute and relationship in datastage?

635


how to abort the job its matain duplicates?

2107


What is the sortmerge collector?

664


On which interface you will be working as a developer?

639


DB2 connector> transformer > sequential file Data will be exported into a csv format in a sequential file. This file will be send in a email using a sequence job. Problem here is, how to avoid sending a blank csv file? When I ran the job there are chances that it might return zero records but in the sequence job csv file is going blank. how can I avoid this? thanks

1035