Multiple choice technology

Mr.X have a Job created where the target is a File Stage, the File Update Mode= CREATE, but the file name mentioned in the stage is already existing in the Folder(which is also created by Mr. X). When Mr. X runs the Job, the job will over write the existing file?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

When File Update Mode is set to CREATE in DataStage, the job will abort if the file already exists. CREATE mode expects the file to not exist; to overwrite an existing file, you would need to use OVERWRITE mode instead.