Compilation Error

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
kaushal.kumar@igate.com
Participant
Posts: 77
Joined: Tue Apr 14, 2009 4:03 am

Compilation Error

Post by kaushal.kumar@igate.com »

Hi ,
I am getting compilation errorError: Property 'File' for 'Sequential_File_101' is required but empty.I am using sequential file as buffere in my job.Below is the flow of my job.
stage1---> stage----> sequential file-------> stage3-------->stage4.

Please advice
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

The name of the file is missing. There will be different tabs.

Why are you trying to read and write in the same job ?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

No "buffers" in PX jobs. You can do that in Server but not here.
-craig

"You can never have too many knives" -- Logan Nine Fingers
kaushal.kumar@igate.com
Participant
Posts: 77
Joined: Tue Apr 14, 2009 4:03 am

Post by kaushal.kumar@igate.com »

chulett wrote:No "buffers" in PX jobs. You can do that in Server but not here. ...
Thanks a lot.
I split my job in 2 different sub job :oops:
Post Reply