Hi..
Can any body tel me what exactly item error means in Writing TSQ.
and for WRITEQ TS you could findITEMERR
occurs in any of the following situations:
The item number specified is invalid (that is, outside the range of item numbers written to the queue).
An attempt is made to read beyond the end of the queue using the NEXT (default) option.
Default action: terminate the task abnormally.
So the question remains -- why did you not do the little bit of effort required to find this out on your own?ITEMERR
occurs in any of the following situations:
The item number specified in a WRITEQ TS command with the REWRITE option, is not valid (that is, it is outside the range of entry numbers assigned for the queue).
The maximum number of items (32 767) is exceeded.
Default action: terminate the task abnormally.
why did you not do the little bit of effort required to find this out on your own?
can any suggest what might be giving item error..