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

From m204wiki
Revision as of 16:04, 13 August 2015 by JALWiccan (talk | contribs) (Automatically generated page update)
Jump to navigation Jump to search

The indicated error occurred while data was being captured to a $list (as requested by $List_Capture). 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.