MSIR.0652 (error) for $LIST CAPTURE'ed data at command level: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
Line 3: Line 3:
<ul> <li>Insufficient CCATEMP allocated to the Online. Increase the amount of CCATEMP allocated to the Online. <li>A program loop with Print, Html, or Text statements while data is being captured to a $list. Correct the application error.</ul>
<ul> <li>Insufficient CCATEMP allocated to the Online. Increase the amount of CCATEMP allocated to the Online. <li>A program loop with Print, Html, or Text statements while data is being captured to a $list. Correct the application error.</ul>


[[Category:Sirius Mods Messages]]
[[Category:Sirius Mods messages]]

Revision as of 17:58, 19 April 2013

The indicated error occurred while data was being captured to a $list (as requested by $List_capture).

  • th. The most likely causes of the problem are:
    • Insufficient CCATEMP allocated to the Online. Increase the amount of CCATEMP allocated to the Online.
    • A program loop with Print, Html, or Text statements while data is being captured to a $list. Correct the application error.