Page 1 of 1

Data Set Error

Posted: Tue Jan 18, 2011 1:36 am
by Abhi700
Hi All

When I try to run Job I am facing the following error.

Data set initialization for "/home/abhik/tgt/sort.ds": This input-file data set does not exist:/home/abhik/tgt/sort.ds.

I had given the full Permissions to tgt file.

I had tried to create a sample job with Seq File & dta sets.
There also iam facing the same issues.

Re: Data Set Error

Posted: Tue Jan 18, 2011 1:42 am
by samyamkrishna
have you given teh update policy as overwrite.

Posted: Tue Jan 18, 2011 2:14 am
by Abhi700
Yes, I had given it as OverWrite itself.

Posted: Tue Jan 18, 2011 3:18 am
by XRAY
Are you reading or writing the file set / file ?

If reading, can you browse the file in the dataset/sequential stage ?

Posted: Tue Jan 18, 2011 4:11 am
by Abhi700
I am Writing to dataset.
And i have to use that Dataset.

Posted: Tue Jan 18, 2011 4:12 am
by ray.wurlod
DataStage wrote:This input-file data set does not exist:/home/abhik/tgt/sort.ds
This message suggests that you are trying to read from a non-existent Data Set.

Posted: Tue Jan 18, 2011 7:29 am
by Abhi700
Actually it should be able to create dataset at run time.

All the previous jobs are able to create the datsets & are working fine.

Posted: Tue Jan 18, 2011 8:06 am
by chulett
Abhi700 wrote:Actually it should be able to create dataset at run time.
Not when it is reading from it - those must already exist.

Posted: Tue Jan 18, 2011 9:53 am
by jwiles
Abhi700 wrote:I am Writing to dataset.
And i have to use that Dataset.
Are you trying to write and read the same dataset in a single job? Can't do that...

Also, make sure that your filesystems are not full.

Regards,

Posted: Wed Jan 19, 2011 1:28 pm
by developeretl
We had the issue data set is not created during the job run.Temporary datasets are deleted on the node we are running the jobs. So need to run the whole jobs from starting so that it creates temporary datasets , then dataset was created. Hope this will help you.