Job failed validation

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Karine
Participant
Posts: 37
Joined: Sun Feb 18, 2007 3:33 am

Job failed validation

Post by Karine »

Hi
main_program: Data Set, file set, or file "SQ_Src_Data:Lnk_Src.v":Non-pipe (or non-virtual data set) with .v in its name
Job tst1 failed validation.

My job compiled fine, but failed validation with the above error. Can somebody please tell me what the issue is?

Thanks in advance.

Karine
balajisr
Charter Member
Charter Member
Posts: 785
Joined: Thu Jul 28, 2005 8:58 am

Post by balajisr »

Did you create dataset or fileset or file with extension of .v in your job?
Karine
Participant
Posts: 37
Joined: Sun Feb 18, 2007 3:33 am

Post by Karine »

No.they are all .txt extension.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You can not give a file name ending in ".txt" as the File property in a Data Set, File Set or Lookup File Set stage. It must be one of ".ds" or ".fs". Don't worry about the ".v" - this will take care of itself once you fix the ".ds" or ".fs".
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply