Non-pipe (or non-virtual data set) with .v in its name 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
kanyaviyasari
Participant
Posts: 14
Joined: Tue Aug 28, 2007 3:17 am

Non-pipe (or non-virtual data set) with .v in its name error

Post by kanyaviyasari »

Hi,

i have developed a Parallel job in DataStage.
Two links are going to Lookup Stage.
In my job ORDER_PACK_UNIT is the main link and In_LKP_ORDER_PACK_UNIT_Ref is the reference link.
It throws no error while compiling the job.
During execution is throws the following error.
"main_program: Data set, file set, or file "ORDER_PACK_UNIT:In_LKP_ORDER_PACK_UNIT_Ref.v": Non-pipe (or non-virtual data set) with .v in its name"

what is the error and how to rectify this?

Thanks.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

I got 14 matches when I searched for "Non-pipe (or non-virtual data set) with .v in its name". Did none of them help?
-craig

"You can never have too many knives" -- Logan Nine Fingers
relati
Participant
Posts: 17
Joined: Mon Oct 01, 2007 12:44 pm

Post by relati »

Kanyaviyasari -- Are you using any Job Parameters?
psk_270185
Participant
Posts: 21
Joined: Wed Mar 12, 2008 4:05 am

Post by psk_270185 »

I encountered the same error:

The problem was i have used some environmental variables in the job which i forgot to put in the job properties.
After adding them in job properties job ran fine :)
Post Reply