I want to process 3 files in sequentially one by one , how can i do that. while processing the files it should fetch files automatically .

Showing Answers 1 - 8 of 8 Answers

Ranjan

  • Oct 21st, 2005
 

Question: I want to process 3 files in sequentially one by one , how can i do that. while processing the files it should fetch files automatically .Answer: hi

  Was this answer useful?  Yes

Naveen Kumar

  • Oct 25th, 2005
 

If the metadata for all the files r same then create a job having file name as parameter, then use same job in routine and call the job with different file name...or u can create sequencer to use the job...

  Was this answer useful?  Yes

qwert123

  • Jun 30th, 2009
 

Parameterize the file name.

Build the job using that parameter.

Build job sequencer which will call this job and will accept the parameter for file name.

Write a UNIX shell script which will call the job sequencer three times by passing different file each time.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions