MSIR.0515 $LIST (errtype) error in $(func) call from command level

From m204wiki
Revision as of 14:53, 9 November 2010 by 198.242.244.47 (talk) (Created page with "A request is being cancelled because the ''''$func'''' call that had been entered at command level failed either because CCATEMP was full or the internal limit on the quantity of...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A request is being cancelled because the '$func' call that had been entered at command level failed either because CCATEMP was full or the internal limit on the quantity of data that can be laced in the $list was exceeded. 'lnum' is the command level line number where the BEGIN statement is line number 1. For a CCATEMP full condition, cycle the Online and either allocate more CCATEMP or determine the reason CCATEMP is being wasted. For a data limit exceeded error try to find an alternate to placing so much data on a single $list or, if the $list has frequent insertions and removals via $LISTINS and $LISTREM, try periodically compressing the $list with a $LIST_COPY_ITEMS.