View previous topic :: View next topic |
Author |
Message |
Param Beginner

Joined: 31 Mar 2003 Posts: 16 Topics: 7
|
Posted: Sun Aug 03, 2003 5:57 am Post subject: Submitting a job |
|
|
Folks,
I have 30 files like
a.b.jul01
.
.
.
a.b.jul31
I need to generate a report for each file.
Instead of submitting a job 31 times with different input files, is it possible to do with one submit so that I get 31 different output files.
(I dont want to concatenate the input files)
Thnx in advance.... |
|
Back to top |
|
 |
Frank Yaeger Sort Forum Moderator

Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
|
Posted: Sun Aug 03, 2003 9:52 am Post subject: |
|
|
You could submit ONE JOB with 31 STEPS rather than 31 JOBS.
Depending on the type of reports you need to generate, you might even be able to use DFSORT's ICETOOL to submit ONE JOB with ONE STEP and 31 DISPLAY operators (or 31 SORT operators each with an OUTFIL statement) to produce the reports. _________________ Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort |
|
Back to top |
|
 |
|
|