Page 1 of 1

viewing data from the input sequential file of a paralleljob

Posted: Tue Oct 31, 2006 3:47 pm
by kirankota79
Hi ...Can anybody please tell me how i should view the data from the properties of a sequential file in a parallel job. What iam doing is i used a sequential file to extract data, sort it and load the data in an sequential file.
But iam not able to see the data in the input file. when i compile there are no errors. but iam not able to run the job. I think, this is becoz it is not able to find the data. when i click the VIEW DATA button in the properties of the sequential filre, it it showing as NULL ARCHIVE. Can anybody of u give me some suggestions?


kiran.

Posted: Tue Oct 31, 2006 4:29 pm
by ray.wurlod
Welcome aboard. :D

You may have more luck posting this question on the forum dedicated to questions and answers about parallel jobs - maybe not all of the folks there read the General forum.

What exact version of DataStage are you using? While versions from 6.0 onwards will let you design DataStage jobs on Windows, only version 7.5x2 will allow any form of execution (which includes View Data).

Note, also, that 7.5x2 is NOT the same as 7.5.2.

Posted: Tue Oct 31, 2006 5:24 pm
by samsuf2002
check the data types for the fields in source file

datatype in the sequential file of a parallel job

Posted: Tue Oct 31, 2006 9:43 pm
by kirankota79
samsuf2002 wrote:check the data types for the fields in source file
Iam using a column name called SSN and i defined it as an integer. since SSN has 9 digits.....it is automatically taking the length as 10. and iam using only one this column as input.

Posted: Wed Nov 01, 2006 3:30 am
by kumar_s
Does your input file have data with the same metadata? Did you import the metadata using sequential file? Check if your filepath and file name are pointing to the exact location. Is your server on windows?

check the metadata and Properties of sequential file stage.

Posted: Thu Nov 23, 2006 12:26 am
by Mahadev
Import the meta data again. Open the sequential file and see how the columns are seperated, the end delimiter and see if the data is in double quotes. see if all these properties are given correctly in the properties tab in sequential file stage.

Re: viewing data from the input sequential file of a paralle

Posted: Fri Dec 01, 2006 4:19 am
by saugat_1982
Kiran
I do have the same problem ,so let me know if u ll find any solution