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

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
Ragunathan Gunasekaran
Participant
Posts: 247
Joined: Mon Jan 22, 2007 11:33 pm

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

Post by Ragunathan Gunasekaran »

Hi ,
I am converting a sequential file created in .txt format using a server job to a parallel dataset.

A before job subroutine would be used to convert a file with decimal and text columns to an all text column file which is used as an source for the job

The design is something like

Seq file_0 --------> Transformer --------> Dataset.

I have searched the parallel forum for this error, It has been said that a mimatching # in the parameters could be the problem but i have have all the # symbols in the parameters to be matching.

I tried to hardcode the value for the parameters and still getting the error.


Following is the OSH generated

Code: Select all

-file  '/home/ragu/test1.txt
-rejects continue
-reportProgress no

## General options
[ident('Sequential_File_0'); jobmon_ident('Sequential_File_0')]
## Outputs
0> [] 'Sequential_File_0:Read_ImportedFile_lk.v'
;
Regards
Ragu
balajisr
Charter Member
Charter Member
Posts: 785
Joined: Thu Jul 28, 2005 8:58 am

Post by balajisr »

Please verify your before job subroutine and post your entire job osh.
Post Reply