What is APT_DUMP_SCORE?
Answers were Sorted based on User's Feedback
Answer / dnm12345
APT_DUMP_SCORE is an reporting environment variable , used to show how the data is processing and processes are combining
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / mamatha
APT_DUMP_SCORE provide details in the log output on how the framework partition the datasets, and the processes/partitioning that the operator are taking up.
This information is useful when you wish to observe the partitioning process of your job, and identifying potential bottlenecks on your job flow (especially tasks that are inserted by default by the framework).
| Is This Answer Correct ? | 6 Yes | 0 No |
by using dsjob..we can run only one job at a time?how can u run multiple jobs at a time in unix?
when u face critical situation in ur project, how to solve them?
Define Routines and their types?
What r the existing server jobs in parallalism?
If I make any changes in the parallel job,do I need to implement the changes in the sequencer job,else the changes will be reflected automatically
Hi guys, In sequencer job, we have 3 sources, in that 1st source have some records, Here requirement is 1st source records are 100 then only run the job otherwise total job will abort... How to calculate this. please design the job. Thanks.
j1,j2,j3 jobs r runing iwant to run j1,j3 after j2 how to do this using sequencer? 2)j1,j2,j3 jobs r runing iwant to run j1,j2,j3 how to do this?
in datastage scenario this is sourec data i want this traget? tell me please? source target ------- ------- Mohan,Prasad,Naresh Mohan Prasad Naresh
Hi This is Vijay, How can your remove the duplicates in sequential File?
15 Answers HCL, Scope International,
SOURCE LIKE I_D,F1,F2 --------- 100,N,Y 100,N,N 100,Y,N 101,Y,Y 101,N,Y 102,Y,N 103,N,N 104,Y,Y 105,N,N 106,N,Y 102,N,Y 105,Y,Y O/P LIKE ID flag1 flag2 101 Y Y 101 N Y 102 Y N 102 N Y 104 Y Y 106 N Y
If the job aborted in a sequencer, how can we start that from the previews successful job.
Unix Qn asked in datastage interview: I have diff type(.txt, .tmp, .bat etc) of file in 4 diff directories, I want move all '.txt' file from 4 directories to other folder. And need to delete all the files except which are created TODAY?