30 jobs are running in unix.i want to find out my job.how
to do this?Give me command?
Answer Posted / mahesh
If you dont know the PID, try below:
ps -ef|grep USER_ID|grep JOB_NAME
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how to delete one row in target dataset
How can you write parallel routines in datastage PX?
Which is the best institute in Hyderabad to learn OBIEE and DataStage?Please tell me faculty name also
To see hidden files in LINIX?
Where the datastage stored his repository?
create a job that splits the data in the Jobs.txt file into
four output files. You will direct the data to the
different output files using constraints. • Job name:
JobLevels
• Source file: Jobs.txt
• Target file 1: LowLevelJobs.txt
− min_lvl between 0 and 25 inclusive.
− Same column types and headings as Jobs.txt.
− Include column names in the first line of the output file.
− Job description column should be preceded by the
string “Job
Title:” and embedded within square brackets. For example, if
the job description is “Designer”, the derived value
is: “Job
Title: [Designer]”.
• Target file 2: MidLevelJobs.txt
− min_lvl between 26 and 100 inclusive.
− Same format and derivations as Target file 1.
• Target file 3: HighLevelJobs.txt
− min_lvl between 101 and 500 inclusive.
− Same format and derivations as Target file 1.
• Rejects file: JobRejects.txt
− min_lvl is out of range, i.e., below 0 or above 500.
− This file has only two columns: job_id and reject_desc.
− reject_desc is a variable-length text field, maximum
length
100. It should contain a string of the form: “Level out of
range:
A signal has a wavelength of 1 micro min in air.how far can the front of the wave travel during 1000periods?
How to write a expression to display the first letter in Caps in each word using transformer stage ? Please let me know ASAP Thanks in advance...
What is the difference between datastage and datastage tx?
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
How can we perform the 2nd time extraction of client database without accepting the data which is already loaded in first time extraction?
What is Ad-Hoc access? What is the difference between Managed Query and Ad-Hoc access?
what are the devoleper roles in real time? plz tell i am new to datastage....
what is the use of materialized view?
I/p : F1 table have A,B,C,D,E and F2 table having C,E,V i need output 0utput1: ABD output2: V any one suggest me this