29.06.2013 Views

AionDS Messages and Codes Guide

AionDS Messages and Codes Guide

AionDS Messages and Codes Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>AionDS</strong> runtime errors<br />

<strong>AionDS</strong> supports embedded <strong>AionDS</strong> parameters in SQL strings. For<br />

example:<br />

SQL('select * from tbl1 where coll = :pa_table' into pa_list)<br />

selects all data from tbl1 where col1 is equal to the value in the <strong>AionDS</strong><br />

parameter pa_table <strong>and</strong> places the result into the <strong>AionDS</strong> parameter<br />

pa_list. In this scenario, pa_table is a simple parameter.<br />

However, <strong>AionDS</strong> supports record fields from file pointers as well as slots<br />

from class as host parameters. For example:<br />

SQL('select * from tbl1 where col1 = :pa_fileptr->.field'<br />

into pa_list)<br />

SQL('select * from tbl1 where col1 = :pa_classptr->.slot'<br />

into pa_list)<br />

selects all data from tbl1 where col1 is equal to the value of the <strong>AionDS</strong><br />

field pa_fileptr->.field or whose name is in the slot pa_classptr-<br />

>.slot into the <strong>AionDS</strong> parameter pa_list.<br />

This error displays if a pointer is not fully deferenced into a field or a slot, as<br />

in the following incorrect syntax:<br />

SQL('select * from tbl1 where col1 = :pa_fileptr->' into<br />

pa_list)<br />

SQL('select * from tbl1 where col1 =:pa_classptr->' into<br />

pa_list)<br />

.........................................................................................................................................................................................................˝..........................................<br />

20500<br />

VTAM error occurred processing a report<br />

An error occurred writing a TSL report under CICS, or IMS.<br />

.........................................................................................................................................................................................................˝..........................................<br />

20501<br />

SAESSEND VTAM link send failed<br />

During SEND processing, an error occurred that prevented SAES from<br />

sending a message to its session partner.<br />

<strong>AionDS</strong> Runtime Errors 1-131

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!