Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
Posted: Sun Jul 11, 2004 10:36 pm Post subject:
Pzmohanty,
Writting a million records to the spool is not a good idea. Remember that the spool is a shared resource , which is used by every job in the system. If every single starts writting a million records to the spool, you are filling up the spool datasets. once you fill up the spool datasets , it not only stops your job, but also every single job in the system.
So every shop has a limit on the no: of lines written by a single job to spool.
To over come this try the following methods:
1.Try writting the report directly to a dataset. i.e allocate a dataset for the sysout DD.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum