| Author |
Message |
rexx77
New User
Joined: 14 Apr 2008 Posts: 4 Location: Mysore
|
|
|
|
I have a small question regarding usage of QUEUE. I'm pushing a large amount of data after validation into the stack and writing all the contents from the stack into a dataset in a single step.
Once the queue data content is increased to more than 2000 lines, the rexx script is failing. I dont know the reasong behind this, as it didn't show anything.
I would like to know is there is any limitations in using QUEUE? |
|
| Back to top |
|
 |
References
|
Posted: Tue Apr 15, 2008 4:39 pm Post subject: Re: Is there is any limitations in using Queue? |
 |
|
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 2186 Location: Brussels once more ...
|
|
|
|
| No error messages issued at all ??? |
|
| Back to top |
|
 |
rexx77
New User
Joined: 14 Apr 2008 Posts: 4 Location: Mysore
|
|
|
|
i am using JCL and rexx to accomplish this requirement in Batch mode. When i checked the spool there are no error messages.
i dont know the origin of the problem, i doubt there may be some storage limitations in Queue.
Thanks in advance |
|
| Back to top |
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 2186 Location: Brussels once more ...
|
|
|
|
I have only ever seen the message - something like
STORAGE EXHAUSTED when using a large amount of data to be read, and queued, and solved it by processing the data in chunks of 10K records. |
|
| Back to top |
|
 |
ofer71
Global Moderator
Joined: 27 Dec 2005 Posts: 1754 Location: Israel
|
|
|
|
The exact message is: IRX0005I Machine storage exhausted.
Try to provide more storage by enlarging your REGION parameter.
O. |
|
| Back to top |
|
 |
|
|