jiegao wrote:I seperate the job into 2 jobs...
- check your SELECT on the input to see if there is a limit
- check your transform constraints to see if you might have set a limit
jiegao wrote:I seperate the job into 2 jobs...
Code: Select all
Command = 'find ':vFilePath:' -name ':vFileName:' | wc -l'
CALL DSExecute("UNIX",Command,Output,ReturnCode)
Ans=Output<1>